Shades of Lavender Blue #CECEFF
Tints of Lavender Blue #CECEFF
RGB
CMYK
RGB Variations
Color information
#CECEFF (or 0xCECEFF) is known color: Lavender Blue. HEX triplet: CE, CE and FF. RGB value is (206,206,255). Sum of RGB (Red+Green+Blue) = 206+206+255=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #CECEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEFF is #313100. Grayscale: #D3D3D3. Windows color (decimal): -3223809 or 16764622. OLE color: 16764622.
HSL color Cylindrical-coordinate representation of color #CECEFF: hue angle of 240º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CECEFF is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 206 | 206 | 255 | - |
CMYK | 0.19 | 0.19 | 0 | 0 |
HSL | 240º | 1% | 0.9% | - |
HSV(B) | 240º | 0.19% | 1% | - |
XYZ | 65.57 | 64.48 | 103.6 | - |
YUV | 211.59 | 152.5 | 124.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 255 | 0.19 | 0.19 | 0 | 0 | 240 | 1 | 0.9 |
Hex | CE | CE | FF | 13 | 13 | 0 | 0 | F0 | 64 | 5A |
Octal | 316 | 316 | 377 | 23 | 23 | 0 | 0 | 360 | 144 | 132 |
Binary | 11001110 | 11001110 | 11111111 | 10011 | 10011 | 0 | 0 | 11110000 | 1100100 | 1011010 |
Color Harmonies of #CECEFF
Complementary color
Monochromatic Colors of #CECEFF
Black with #CECEFF
Text Example
Text Example
White with #CECEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEFF; }
p { color: rgb(206,206,255); }
H1.HeaderClassName
{
color: #CECEFF;
}
.AnyTagClassName
{
color: #CECEFF;
}
</style>
background-color css
<style>
a { background-color: #CECEFF; }
a { background-color: rgb(206,206,255); }
div.DivClassName
{
background-color: #CECEFF;
}
.BgClassName
{
background-color: #CECEFF;
}
</style>
border-color css
<style>
span { border-color: #CECEFF; }
span { border-color: rgb(206,206,255); }
td.TdClassName
{
border-color: #CECEFF;
}
.TagClassName
{
border-color: #CECEFF;
}
</style>