Shades of Lavender Blue #CCCEEF
Tints of Lavender Blue #CCCEEF
RGB
CMYK
RGB Variations
Color information
#CCCEEF (or 0xCCCEEF) is known color: Lavender Blue. HEX triplet: CC, CE and EF. RGB value is (204,206,239). Sum of RGB (Red+Green+Blue) = 204+206+239=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCCEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEEF is #333110. Grayscale: #D1D1D1. Windows color (decimal): -3354897 or 15716044. OLE color: 15716044.
HSL color Cylindrical-coordinate representation of color #CCCEEF: hue angle of 236.57º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCEEF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 206 | 239 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.06 |
| HSL | 236.57º | 0.52% | 0.87% | - |
| HSV(B) | 236.57º | 0.15% | 0.94% | - |
| XYZ | 62.55 | 63.21 | 90.57 | - |
| YUV | 209.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 239 | 0.15 | 0.14 | 0 | 0.06 | 236.57 | 0.52 | 0.87 |
| Hex | CC | CE | EF | F | E | 0 | 6 | ED | 34 | 57 |
| Octal | 314 | 316 | 357 | 17 | 16 | 0 | 6 | 355 | 64 | 127 |
| Binary | 11001100 | 11001110 | 11101111 | 1111 | 1110 | 0 | 110 | 11101101 | 110100 | 1010111 |
Color Harmonies of #CCCEEF
Complementary color
Monochromatic Colors of #CCCEEF
Black with #CCCEEF
Text Example
Text Example
White with #CCCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEEF; }
p { color: rgb(204,206,239); }
H1.HeaderClassName
{
color: #CCCEEF;
}
.AnyTagClassName
{
color: #CCCEEF;
}
</style>
background-color css
<style>
a { background-color: #CCCEEF; }
a { background-color: rgb(204,206,239); }
div.DivClassName
{
background-color: #CCCEEF;
}
.BgClassName
{
background-color: #CCCEEF;
}
</style>
border-color css
<style>
span { border-color: #CCCEEF; }
span { border-color: rgb(204,206,239); }
td.TdClassName
{
border-color: #CCCEEF;
}
.TagClassName
{
border-color: #CCCEEF;
}
</style>