Shades of Lavender Blue #CECFF4
Tints of Lavender Blue #CECFF4
RGB
CMYK
RGB Variations
Color information
#CECFF4 (or 0xCECFF4) is known color: Lavender Blue. HEX triplet: CE, CF and F4. RGB value is (206,207,244). Sum of RGB (Red+Green+Blue) = 206+207+244=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 244 (95.70% from 255 or 37.14% from 657); Max value from RGB is 244 - color contains mainly: blue. Hex color #CECFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF4 is #31300B. Grayscale: #D2D2D2. Windows color (decimal): -3223564 or 16043982. OLE color: 16043982.
HSL color Cylindrical-coordinate representation of color #CECFF4: hue angle of 238.42º 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 #CECFF4 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 207 | 244 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.04 |
| HSL | 238.42º | 0.63% | 0.88% | - |
| HSV(B) | 238.42º | 0.16% | 0.96% | - |
| XYZ | 64.1 | 64.28 | 94.62 | - |
| YUV | 210.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 244 | 0.16 | 0.15 | 0 | 0.04 | 238.42 | 0.63 | 0.88 |
| Hex | CE | CF | F4 | 10 | F | 0 | 4 | EE | 3F | 58 |
| Octal | 316 | 317 | 364 | 20 | 17 | 0 | 4 | 356 | 77 | 130 |
| Binary | 11001110 | 11001111 | 11110100 | 10000 | 1111 | 0 | 100 | 11101110 | 111111 | 1011000 |
Color Harmonies of #CECFF4
Complementary color
Monochromatic Colors of #CECFF4
Black with #CECFF4
Text Example
Text Example
White with #CECFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFF4; }
p { color: rgb(206,207,244); }
H1.HeaderClassName
{
color: #CECFF4;
}
.AnyTagClassName
{
color: #CECFF4;
}
</style>
background-color css
<style>
a { background-color: #CECFF4; }
a { background-color: rgb(206,207,244); }
div.DivClassName
{
background-color: #CECFF4;
}
.BgClassName
{
background-color: #CECFF4;
}
</style>
border-color css
<style>
span { border-color: #CECFF4; }
span { border-color: rgb(206,207,244); }
td.TdClassName
{
border-color: #CECFF4;
}
.TagClassName
{
border-color: #CECFF4;
}
</style>