Shades of Lavender Grey #CECEDD
Tints of Lavender Grey #CECEDD
RGB
CMYK
RGB Variations
Color information
#CECEDD (or 0xCECEDD) is known color: Lavender Grey. HEX triplet: CE, CE and DD. RGB value is (206,206,221). Sum of RGB (Red+Green+Blue) = 206+206+221=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #CECEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEDD is #313122. Grayscale: #CFCFCF. Windows color (decimal): -3223843 or 14536398. OLE color: 14536398.
HSL color Cylindrical-coordinate representation of color #CECEDD: hue angle of 240º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECEDD is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 206 | 221 | - |
CMYK | 0.07 | 0.07 | 0 | 0.13 |
HSL | 240º | 0.18% | 0.84% | - |
HSV(B) | 240º | 0.07% | 0.87% | - |
XYZ | 60.58 | 62.48 | 77.27 | - |
YUV | 207.71 | 135.5 | 126.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 221 | 0.07 | 0.07 | 0 | 0.13 | 240 | 0.18 | 0.84 |
Hex | CE | CE | DD | 7 | 7 | 0 | D | F0 | 12 | 54 |
Octal | 316 | 316 | 335 | 7 | 7 | 0 | 15 | 360 | 22 | 124 |
Binary | 11001110 | 11001110 | 11011101 | 111 | 111 | 0 | 1101 | 11110000 | 10010 | 1010100 |
Color Harmonies of #CECEDD
Complementary color
Monochromatic Colors of #CECEDD
Black with #CECEDD
Text Example
Text Example
White with #CECEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEDD; }
p { color: rgb(206,206,221); }
H1.HeaderClassName
{
color: #CECEDD;
}
.AnyTagClassName
{
color: #CECEDD;
}
</style>
background-color css
<style>
a { background-color: #CECEDD; }
a { background-color: rgb(206,206,221); }
div.DivClassName
{
background-color: #CECEDD;
}
.BgClassName
{
background-color: #CECEDD;
}
</style>
border-color css
<style>
span { border-color: #CECEDD; }
span { border-color: rgb(206,206,221); }
td.TdClassName
{
border-color: #CECEDD;
}
.TagClassName
{
border-color: #CECEDD;
}
</style>