Shades of Lavender Grey #CECEDB
Tints of Lavender Grey #CECEDB
RGB
CMYK
RGB Variations
Color information
#CECEDB (or 0xCECEDB) is known color: Lavender Grey. HEX triplet: CE, CE and DB. RGB value is (206,206,219). Sum of RGB (Red+Green+Blue) = 206+206+219=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #CECEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEDB is #313124. Grayscale: #CFCFCF. Windows color (decimal): -3223845 or 14405326. OLE color: 14405326.
HSL color Cylindrical-coordinate representation of color #CECEDB: hue angle of 240º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECEDB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 206 | 219 | - |
CMYK | 0.06 | 0.06 | 0 | 0.14 |
HSL | 240º | 0.15% | 0.83% | - |
HSV(B) | 240º | 0.06% | 0.86% | - |
XYZ | 60.31 | 62.38 | 75.88 | - |
YUV | 207.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 219 | 0.06 | 0.06 | 0 | 0.14 | 240 | 0.15 | 0.83 |
Hex | CE | CE | DB | 6 | 6 | 0 | E | F0 | F | 53 |
Octal | 316 | 316 | 333 | 6 | 6 | 0 | 16 | 360 | 17 | 123 |
Binary | 11001110 | 11001110 | 11011011 | 110 | 110 | 0 | 1110 | 11110000 | 1111 | 1010011 |
Color Harmonies of #CECEDB
Complementary color
Monochromatic Colors of #CECEDB
Black with #CECEDB
Text Example
Text Example
White with #CECEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEDB; }
p { color: rgb(206,206,219); }
H1.HeaderClassName
{
color: #CECEDB;
}
.AnyTagClassName
{
color: #CECEDB;
}
</style>
background-color css
<style>
a { background-color: #CECEDB; }
a { background-color: rgb(206,206,219); }
div.DivClassName
{
background-color: #CECEDB;
}
.BgClassName
{
background-color: #CECEDB;
}
</style>
border-color css
<style>
span { border-color: #CECEDB; }
span { border-color: rgb(206,206,219); }
td.TdClassName
{
border-color: #CECEDB;
}
.TagClassName
{
border-color: #CECEDB;
}
</style>