Shades of Lavender Grey #CECCDD
Tints of Lavender Grey #CECCDD
RGB
CMYK
RGB Variations
Color information
#CECCDD (or 0xCECCDD) is known color: Lavender Grey. HEX triplet: CE, CC and DD. RGB value is (206,204,221). Sum of RGB (Red+Green+Blue) = 206+204+221=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #CECCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCDD is #313322. Grayscale: #CECECE. Windows color (decimal): -3224355 or 14535886. OLE color: 14535886.
HSL color Cylindrical-coordinate representation of color #CECCDD: hue angle of 247.06º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECCDD is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 204 | 221 | - |
CMYK | 0.07 | 0.08 | 0 | 0.13 |
HSL | 247.06º | 0.2% | 0.83% | - |
HSV(B) | 247.06º | 0.08% | 0.87% | - |
XYZ | 60.1 | 61.53 | 77.12 | - |
YUV | 206.54 | 136.16 | 127.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 221 | 0.07 | 0.08 | 0 | 0.13 | 247.06 | 0.2 | 0.83 |
Hex | CE | CC | DD | 7 | 8 | 0 | D | F7 | 14 | 53 |
Octal | 316 | 314 | 335 | 7 | 10 | 0 | 15 | 367 | 24 | 123 |
Binary | 11001110 | 11001100 | 11011101 | 111 | 1000 | 0 | 1101 | 11110111 | 10100 | 1010011 |
Color Harmonies of #CECCDD
Complementary color
Monochromatic Colors of #CECCDD
Black with #CECCDD
Text Example
Text Example
White with #CECCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCDD; }
p { color: rgb(206,204,221); }
H1.HeaderClassName
{
color: #CECCDD;
}
.AnyTagClassName
{
color: #CECCDD;
}
</style>
background-color css
<style>
a { background-color: #CECCDD; }
a { background-color: rgb(206,204,221); }
div.DivClassName
{
background-color: #CECCDD;
}
.BgClassName
{
background-color: #CECCDD;
}
</style>
border-color css
<style>
span { border-color: #CECCDD; }
span { border-color: rgb(206,204,221); }
td.TdClassName
{
border-color: #CECCDD;
}
.TagClassName
{
border-color: #CECCDD;
}
</style>