Shades of Lavender Blue #CECCF4
Tints of Lavender Blue #CECCF4
RGB
CMYK
RGB Variations
Color information
#CECCF4 (or 0xCECCF4) is known color: Lavender Blue. HEX triplet: CE, CC and F4. RGB value is (206,204,244). Sum of RGB (Red+Green+Blue) = 206+204+244=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #CECCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCF4 is #31330B. Grayscale: #D1D1D1. Windows color (decimal): -3224332 or 16043214. OLE color: 16043214.
HSL color Cylindrical-coordinate representation of color #CECCF4: hue angle of 243º degrees, saturation: 0.65, 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 #CECCF4 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 206 | 204 | 244 | - |
CMYK | 0.16 | 0.16 | 0 | 0.04 |
HSL | 243º | 0.65% | 0.88% | - |
HSV(B) | 243º | 0.16% | 0.96% | - |
XYZ | 63.38 | 62.84 | 94.38 | - |
YUV | 209.16 | 147.66 | 125.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 244 | 0.16 | 0.16 | 0 | 0.04 | 243 | 0.65 | 0.88 |
Hex | CE | CC | F4 | 10 | 10 | 0 | 4 | F3 | 41 | 58 |
Octal | 316 | 314 | 364 | 20 | 20 | 0 | 4 | 363 | 101 | 130 |
Binary | 11001110 | 11001100 | 11110100 | 10000 | 10000 | 0 | 100 | 11110011 | 1000001 | 1011000 |
Color Harmonies of #CECCF4
Complementary color
Monochromatic Colors of #CECCF4
Black with #CECCF4
Text Example
Text Example
White with #CECCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCF4; }
p { color: rgb(206,204,244); }
H1.HeaderClassName
{
color: #CECCF4;
}
.AnyTagClassName
{
color: #CECCF4;
}
</style>
background-color css
<style>
a { background-color: #CECCF4; }
a { background-color: rgb(206,204,244); }
div.DivClassName
{
background-color: #CECCF4;
}
.BgClassName
{
background-color: #CECCF4;
}
</style>
border-color css
<style>
span { border-color: #CECCF4; }
span { border-color: rgb(206,204,244); }
td.TdClassName
{
border-color: #CECCF4;
}
.TagClassName
{
border-color: #CECCF4;
}
</style>