Shades of Lavender Blue #CECCFF
Tints of Lavender Blue #CECCFF
RGB
CMYK
RGB Variations
Color information
#CECCFF (or 0xCECCFF) is known color: Lavender Blue. HEX triplet: CE, CC and FF. RGB value is (206,204,255). Sum of RGB (Red+Green+Blue) = 206+204+255=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #CECCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCFF is #313300. Grayscale: #D2D2D2. Windows color (decimal): -3224321 or 16764110. OLE color: 16764110.
HSL color Cylindrical-coordinate representation of color #CECCFF: hue angle of 242.35º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CECCFF is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 204 | 255 | - |
| CMYK | 0.19 | 0.2 | 0 | 0 |
| HSL | 242.35º | 1% | 0.9% | - |
| HSV(B) | 242.35º | 0.2% | 1% | - |
| XYZ | 65.1 | 63.53 | 103.44 | - |
| YUV | 210.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 255 | 0.19 | 0.2 | 0 | 0 | 242.35 | 1 | 0.9 |
| Hex | CE | CC | FF | 13 | 14 | 0 | 0 | F2 | 64 | 5A |
| Octal | 316 | 314 | 377 | 23 | 24 | 0 | 0 | 362 | 144 | 132 |
| Binary | 11001110 | 11001100 | 11111111 | 10011 | 10100 | 0 | 0 | 11110010 | 1100100 | 1011010 |
Color Harmonies of #CECCFF
Complementary color
Monochromatic Colors of #CECCFF
Black with #CECCFF
Text Example
Text Example
White with #CECCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCFF; }
p { color: rgb(206,204,255); }
H1.HeaderClassName
{
color: #CECCFF;
}
.AnyTagClassName
{
color: #CECCFF;
}
</style>
background-color css
<style>
a { background-color: #CECCFF; }
a { background-color: rgb(206,204,255); }
div.DivClassName
{
background-color: #CECCFF;
}
.BgClassName
{
background-color: #CECCFF;
}
</style>
border-color css
<style>
span { border-color: #CECCFF; }
span { border-color: rgb(206,204,255); }
td.TdClassName
{
border-color: #CECCFF;
}
.TagClassName
{
border-color: #CECCFF;
}
</style>