Shades of Lavender Blue #CCCEFC
Tints of Lavender Blue #CCCEFC
RGB
CMYK
RGB Variations
Color information
#CCCEFC (or 0xCCCEFC) is known color: Lavender Blue. HEX triplet: CC, CE and FC. RGB value is (204,206,252). Sum of RGB (Red+Green+Blue) = 204+206+252=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCCEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEFC is #333103. Grayscale: #D2D2D2. Windows color (decimal): -3354884 or 16568012. OLE color: 16568012.
HSL color Cylindrical-coordinate representation of color #CCCEFC: hue angle of 237.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCEFC is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 206 | 252 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.01 |
| HSL | 237.5º | 0.89% | 0.89% | - |
| HSV(B) | 237.5º | 0.19% | 0.99% | - |
| XYZ | 64.54 | 64.01 | 101.05 | - |
| YUV | 210.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 252 | 0.19 | 0.18 | 0 | 0.01 | 237.5 | 0.89 | 0.89 |
| Hex | CC | CE | FC | 13 | 12 | 0 | 1 | EE | 59 | 59 |
| Octal | 314 | 316 | 374 | 23 | 22 | 0 | 1 | 356 | 131 | 131 |
| Binary | 11001100 | 11001110 | 11111100 | 10011 | 10010 | 0 | 1 | 11101110 | 1011001 | 1011001 |
Color Harmonies of #CCCEFC
Complementary color
Monochromatic Colors of #CCCEFC
Black with #CCCEFC
Text Example
Text Example
White with #CCCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEFC; }
p { color: rgb(204,206,252); }
H1.HeaderClassName
{
color: #CCCEFC;
}
.AnyTagClassName
{
color: #CCCEFC;
}
</style>
background-color css
<style>
a { background-color: #CCCEFC; }
a { background-color: rgb(204,206,252); }
div.DivClassName
{
background-color: #CCCEFC;
}
.BgClassName
{
background-color: #CCCEFC;
}
</style>
border-color css
<style>
span { border-color: #CCCEFC; }
span { border-color: rgb(204,206,252); }
td.TdClassName
{
border-color: #CCCEFC;
}
.TagClassName
{
border-color: #CCCEFC;
}
</style>