Shades of Lavender Grey #CECEDA
Tints of Lavender Grey #CECEDA
RGB
CMYK
RGB Variations
Color information
#CECEDA (or 0xCECEDA) is known color: Lavender Grey. HEX triplet: CE, CE and DA. RGB value is (206,206,218). Sum of RGB (Red+Green+Blue) = 206+206+218=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 218 - color contains mainly: blue. Hex color #CECEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEDA is #313125. Grayscale: #CFCFCF. Windows color (decimal): -3223846 or 14339790. OLE color: 14339790.
HSL color Cylindrical-coordinate representation of color #CECEDA: hue angle of 240º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECEDA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 206 | 218 | - |
CMYK | 0.06 | 0.06 | 0 | 0.15 |
HSL | 240º | 0.14% | 0.83% | - |
HSV(B) | 240º | 0.06% | 0.85% | - |
XYZ | 60.18 | 62.33 | 75.19 | - |
YUV | 207.37 | 134 | 127.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 218 | 0.06 | 0.06 | 0 | 0.15 | 240 | 0.14 | 0.83 |
Hex | CE | CE | DA | 6 | 6 | 0 | F | F0 | E | 53 |
Octal | 316 | 316 | 332 | 6 | 6 | 0 | 17 | 360 | 16 | 123 |
Binary | 11001110 | 11001110 | 11011010 | 110 | 110 | 0 | 1111 | 11110000 | 1110 | 1010011 |
Color Harmonies of #CECEDA
Complementary color
Monochromatic Colors of #CECEDA
Black with #CECEDA
Text Example
Text Example
White with #CECEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEDA; }
p { color: rgb(206,206,218); }
H1.HeaderClassName
{
color: #CECEDA;
}
.AnyTagClassName
{
color: #CECEDA;
}
</style>
background-color css
<style>
a { background-color: #CECEDA; }
a { background-color: rgb(206,206,218); }
div.DivClassName
{
background-color: #CECEDA;
}
.BgClassName
{
background-color: #CECEDA;
}
</style>
border-color css
<style>
span { border-color: #CECEDA; }
span { border-color: rgb(206,206,218); }
td.TdClassName
{
border-color: #CECEDA;
}
.TagClassName
{
border-color: #CECEDA;
}
</style>