Shades of Lavender Grey #CECCE0
Tints of Lavender Grey #CECCE0
RGB
CMYK
RGB Variations
Color information
#CECCE0 (or 0xCECCE0) is known color: Lavender Grey. HEX triplet: CE, CC and E0. RGB value is (206,204,224). Sum of RGB (Red+Green+Blue) = 206+204+224=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #CECCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCE0 is #31331F. Grayscale: #CECECE. Windows color (decimal): -3224352 or 14732494. OLE color: 14732494.
HSL color Cylindrical-coordinate representation of color #CECCE0: hue angle of 246º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CECCE0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 206 | 204 | 224 | - |
CMYK | 0.08 | 0.09 | 0 | 0.12 |
HSL | 246º | 0.24% | 0.84% | - |
HSV(B) | 246º | 0.09% | 0.88% | - |
XYZ | 60.5 | 61.69 | 79.24 | - |
YUV | 206.88 | 137.66 | 127.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 224 | 0.08 | 0.09 | 0 | 0.12 | 246 | 0.24 | 0.84 |
Hex | CE | CC | E0 | 8 | 9 | 0 | C | F6 | 18 | 54 |
Octal | 316 | 314 | 340 | 10 | 11 | 0 | 14 | 366 | 30 | 124 |
Binary | 11001110 | 11001100 | 11100000 | 1000 | 1001 | 0 | 1100 | 11110110 | 11000 | 1010100 |
Color Harmonies of #CECCE0
Complementary color
Monochromatic Colors of #CECCE0
Black with #CECCE0
Text Example
Text Example
White with #CECCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCE0; }
p { color: rgb(206,204,224); }
H1.HeaderClassName
{
color: #CECCE0;
}
.AnyTagClassName
{
color: #CECCE0;
}
</style>
background-color css
<style>
a { background-color: #CECCE0; }
a { background-color: rgb(206,204,224); }
div.DivClassName
{
background-color: #CECCE0;
}
.BgClassName
{
background-color: #CECCE0;
}
</style>
border-color css
<style>
span { border-color: #CECCE0; }
span { border-color: rgb(206,204,224); }
td.TdClassName
{
border-color: #CECCE0;
}
.TagClassName
{
border-color: #CECCE0;
}
</style>