Shades of Lavender Blue #CECEF4
Tints of Lavender Blue #CECEF4
RGB
CMYK
RGB Variations
Color information
#CECEF4 (or 0xCECEF4) is known color: Lavender Blue. HEX triplet: CE, CE and F4. RGB value is (206,206,244). Sum of RGB (Red+Green+Blue) = 206+206+244=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #CECEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEF4 is #31310B. Grayscale: #D2D2D2. Windows color (decimal): -3223820 or 16043726. OLE color: 16043726.
HSL color Cylindrical-coordinate representation of color #CECEF4: hue angle of 240º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECEF4 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 206 | 244 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.04 |
| HSL | 240º | 0.63% | 0.88% | - |
| HSV(B) | 240º | 0.16% | 0.96% | - |
| XYZ | 63.85 | 63.8 | 94.54 | - |
| YUV | 210.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 244 | 0.16 | 0.16 | 0 | 0.04 | 240 | 0.63 | 0.88 |
| Hex | CE | CE | F4 | 10 | 10 | 0 | 4 | F0 | 3F | 58 |
| Octal | 316 | 316 | 364 | 20 | 20 | 0 | 4 | 360 | 77 | 130 |
| Binary | 11001110 | 11001110 | 11110100 | 10000 | 10000 | 0 | 100 | 11110000 | 111111 | 1011000 |
Color Harmonies of #CECEF4
Complementary color
Monochromatic Colors of #CECEF4
Black with #CECEF4
Text Example
Text Example
White with #CECEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEF4; }
p { color: rgb(206,206,244); }
H1.HeaderClassName
{
color: #CECEF4;
}
.AnyTagClassName
{
color: #CECEF4;
}
</style>
background-color css
<style>
a { background-color: #CECEF4; }
a { background-color: rgb(206,206,244); }
div.DivClassName
{
background-color: #CECEF4;
}
.BgClassName
{
background-color: #CECEF4;
}
</style>
border-color css
<style>
span { border-color: #CECEF4; }
span { border-color: rgb(206,206,244); }
td.TdClassName
{
border-color: #CECEF4;
}
.TagClassName
{
border-color: #CECEF4;
}
</style>