Shades of Lavender Blue #CECEF6
Tints of Lavender Blue #CECEF6
RGB
CMYK
RGB Variations
Color information
#CECEF6 (or 0xCECEF6) is known color: Lavender Blue. HEX triplet: CE, CE and F6. RGB value is (206,206,246). Sum of RGB (Red+Green+Blue) = 206+206+246=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #CECEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEF6 is #313109. Grayscale: #D2D2D2. Windows color (decimal): -3223818 or 16174798. OLE color: 16174798.
HSL color Cylindrical-coordinate representation of color #CECEF6: hue angle of 240º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECEF6 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 206 | 206 | 246 | - |
CMYK | 0.16 | 0.16 | 0 | 0.04 |
HSL | 240º | 0.69% | 0.89% | - |
HSV(B) | 240º | 0.16% | 0.96% | - |
XYZ | 64.16 | 63.92 | 96.14 | - |
YUV | 210.56 | 148 | 124.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 246 | 0.16 | 0.16 | 0 | 0.04 | 240 | 0.69 | 0.89 |
Hex | CE | CE | F6 | 10 | 10 | 0 | 4 | F0 | 45 | 59 |
Octal | 316 | 316 | 366 | 20 | 20 | 0 | 4 | 360 | 105 | 131 |
Binary | 11001110 | 11001110 | 11110110 | 10000 | 10000 | 0 | 100 | 11110000 | 1000101 | 1011001 |
Color Harmonies of #CECEF6
Complementary color
Monochromatic Colors of #CECEF6
Black with #CECEF6
Text Example
Text Example
White with #CECEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEF6; }
p { color: rgb(206,206,246); }
H1.HeaderClassName
{
color: #CECEF6;
}
.AnyTagClassName
{
color: #CECEF6;
}
</style>
background-color css
<style>
a { background-color: #CECEF6; }
a { background-color: rgb(206,206,246); }
div.DivClassName
{
background-color: #CECEF6;
}
.BgClassName
{
background-color: #CECEF6;
}
</style>
border-color css
<style>
span { border-color: #CECEF6; }
span { border-color: rgb(206,206,246); }
td.TdClassName
{
border-color: #CECEF6;
}
.TagClassName
{
border-color: #CECEF6;
}
</style>