#CCBBFF Lavender Tonic
#CCBBFF (Lavender Tonic) RGB value is (204, 187, 255).
Red value is 204, green value is 187, and blue value is 255.
Cylindrical-coordinate representations (HSL) of color #CCBBFF: hue: 255°, saturation: 100%, and lightness: 86.7%.
Process color (CMYK) of #CCBBFF is 20%, 26.7%, 0%, 0%. Web safe color equivalent of #CCBBFF is ##CCCCFF. Color #CCBBFF contains mainly Magenta.
Color Spaces
| Color spaces of #CCBBFF | Value |
|---|---|
| RGB | 204, 187, 255 |
| HSL | 255°, 100%, 86.7% |
| HSV / HSB | 255°, 26.7%, 100% |
| CMYK | 20%, 26.7%, 0%, 0% |
| XYZ | 60.72, 55.6, 102.12 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001100 | 10111011 | 11111111 |
| Octal | 314 | 273 | 377 |
| Decimal | 204 | 187 | 255 |
| Hex | CC | BB | FF |
Shades of #CCBBFF
Tints of #CCBBFF
.mybgColor { background-color: #CCBBFF; }
.myforeColor { color: #CCBBFF; }
.myborderColor { border: 3px solid #CCBBFF; }
<p style="color:#CCBBFF">Text here</p>
This sample text is styled with font color #CCBBFF. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#CCBBFF">Div content here</div>
<div style="border:3px solid #CCBBFF">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204, 187, 255, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #CCBBFF; }
.divShadow { -moz-box-shadow: 1px 1px 3px #CCBBFF;
-webkit-box-shadow: 1px 1px 3px #CCBBFF;
box-shadow: 1px 1px 3px #CCBBFF; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #CCBBFF (Lavender Tonic)
Color Overview & Profile: Color #CCBBFF, also known as Lavender Tonic, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 80% Red (204/255), 73% Green (187/255), and 100% Blue (255/255). The primary color family component is Magenta.
Print & Physical Production Specs: For physical print production and offset printing setups, #CCBBFF translates into the CMYK subtractive color model with values of 20% Cyan, 26.7% Magenta, 0% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 255°, saturation of 100%, and lightness of 86.7%.
Web Accessibility & Design Recommendations: When implementing #CCBBFF in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##CCCCFF.
