Shades of Lavender Blue #CECEF0
Tints of Lavender Blue #CECEF0
RGB
CMYK
RGB Variations
Color information
#CECEF0 (or 0xCECEF0) is known color: Lavender Blue. HEX triplet: CE, CE and F0. RGB value is (206,206,240). Sum of RGB (Red+Green+Blue) = 206+206+240=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #CECEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEF0 is #31310F. Grayscale: #D1D1D1. Windows color (decimal): -3223824 or 15781582. OLE color: 15781582.
HSL color Cylindrical-coordinate representation of color #CECEF0: hue angle of 240º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECEF0 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 206 | 206 | 240 | - |
CMYK | 0.14 | 0.14 | 0 | 0.06 |
HSL | 240º | 0.53% | 0.87% | - |
HSV(B) | 240º | 0.14% | 0.94% | - |
XYZ | 63.25 | 63.56 | 91.37 | - |
YUV | 209.88 | 145 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 240 | 0.14 | 0.14 | 0 | 0.06 | 240 | 0.53 | 0.87 |
Hex | CE | CE | F0 | E | E | 0 | 6 | F0 | 35 | 57 |
Octal | 316 | 316 | 360 | 16 | 16 | 0 | 6 | 360 | 65 | 127 |
Binary | 11001110 | 11001110 | 11110000 | 1110 | 1110 | 0 | 110 | 11110000 | 110101 | 1010111 |
Color Harmonies of #CECEF0
Complementary color
Monochromatic Colors of #CECEF0
Black with #CECEF0
Text Example
Text Example
White with #CECEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEF0; }
p { color: rgb(206,206,240); }
H1.HeaderClassName
{
color: #CECEF0;
}
.AnyTagClassName
{
color: #CECEF0;
}
</style>
background-color css
<style>
a { background-color: #CECEF0; }
a { background-color: rgb(206,206,240); }
div.DivClassName
{
background-color: #CECEF0;
}
.BgClassName
{
background-color: #CECEF0;
}
</style>
border-color css
<style>
span { border-color: #CECEF0; }
span { border-color: rgb(206,206,240); }
td.TdClassName
{
border-color: #CECEF0;
}
.TagClassName
{
border-color: #CECEF0;
}
</style>