Shades of Lavender Blue #CCBBFF
Tints of Lavender Blue #CCBBFF
RGB
CMYK
RGB Variations
Color information
#CCBBFF (or 0xCCBBFF) is known color: Lavender Blue. HEX triplet: CC, BB and FF. RGB value is (204,187,255). Sum of RGB (Red+Green+Blue) = 204+187+255=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBFF is #334400. Grayscale: #C7C7C7. Windows color (decimal): -3359745 or 16759756. OLE color: 16759756.
HSL color Cylindrical-coordinate representation of color #CCBBFF: hue angle of 255º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCBBFF is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 187 | 255 | - |
| CMYK | 0.2 | 0.27 | 0 | 0 |
| HSL | 255º | 1% | 0.87% | - |
| HSV(B) | 255º | 0.27% | 1% | - |
| XYZ | 60.72 | 55.6 | 102.14 | - |
| YUV | 199.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 255 | 0.2 | 0.27 | 0 | 0 | 255 | 1 | 0.87 |
| Hex | CC | BB | FF | 14 | 1B | 0 | 0 | FF | 64 | 57 |
| Octal | 314 | 273 | 377 | 24 | 33 | 0 | 0 | 377 | 144 | 127 |
| Binary | 11001100 | 10111011 | 11111111 | 10100 | 11011 | 0 | 0 | 11111111 | 1100100 | 1010111 |
Color Harmonies of #CCBBFF
Complementary color
Monochromatic Colors of #CCBBFF
Black with #CCBBFF
Text Example
Text Example
White with #CCBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBFF; }
p { color: rgb(204,187,255); }
H1.HeaderClassName
{
color: #CCBBFF;
}
.AnyTagClassName
{
color: #CCBBFF;
}
</style>
background-color css
<style>
a { background-color: #CCBBFF; }
a { background-color: rgb(204,187,255); }
div.DivClassName
{
background-color: #CCBBFF;
}
.BgClassName
{
background-color: #CCBBFF;
}
</style>
border-color css
<style>
span { border-color: #CCBBFF; }
span { border-color: rgb(204,187,255); }
td.TdClassName
{
border-color: #CCBBFF;
}
.TagClassName
{
border-color: #CCBBFF;
}
</style>