Shades of Lavender Blue #CECFF2
Tints of Lavender Blue #CECFF2
RGB
CMYK
RGB Variations
Color information
#CECFF2 (or 0xCECFF2) is known color: Lavender Blue. HEX triplet: CE, CF and F2. RGB value is (206,207,242). Sum of RGB (Red+Green+Blue) = 206+207+242=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #CECFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF2 is #31300D. Grayscale: #D2D2D2. Windows color (decimal): -3223566 or 15912910. OLE color: 15912910.
HSL color Cylindrical-coordinate representation of color #CECFF2: hue angle of 238.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECFF2 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 206 | 207 | 242 | - |
CMYK | 0.15 | 0.14 | 0 | 0.05 |
HSL | 238.33º | 0.58% | 0.88% | - |
HSV(B) | 238.33º | 0.15% | 0.95% | - |
XYZ | 63.79 | 64.16 | 93.03 | - |
YUV | 210.69 | 145.67 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 242 | 0.15 | 0.14 | 0 | 0.05 | 238.33 | 0.58 | 0.88 |
Hex | CE | CF | F2 | F | E | 0 | 5 | EE | 3A | 58 |
Octal | 316 | 317 | 362 | 17 | 16 | 0 | 5 | 356 | 72 | 130 |
Binary | 11001110 | 11001111 | 11110010 | 1111 | 1110 | 0 | 101 | 11101110 | 111010 | 1011000 |
Color Harmonies of #CECFF2
Complementary color
Monochromatic Colors of #CECFF2
Black with #CECFF2
Text Example
Text Example
White with #CECFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFF2; }
p { color: rgb(206,207,242); }
H1.HeaderClassName
{
color: #CECFF2;
}
.AnyTagClassName
{
color: #CECFF2;
}
</style>
background-color css
<style>
a { background-color: #CECFF2; }
a { background-color: rgb(206,207,242); }
div.DivClassName
{
background-color: #CECFF2;
}
.BgClassName
{
background-color: #CECFF2;
}
</style>
border-color css
<style>
span { border-color: #CECFF2; }
span { border-color: rgb(206,207,242); }
td.TdClassName
{
border-color: #CECFF2;
}
.TagClassName
{
border-color: #CECFF2;
}
</style>