Shades of Lavender Grey #CECCDE
Tints of Lavender Grey #CECCDE
RGB
CMYK
RGB Variations
Color information
#CECCDE (or 0xCECCDE) is known color: Lavender Grey. HEX triplet: CE, CC and DE. RGB value is (206,204,222). Sum of RGB (Red+Green+Blue) = 206+204+222=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #CECCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCDE is #313321. Grayscale: #CECECE. Windows color (decimal): -3224354 or 14601422. OLE color: 14601422.
HSL color Cylindrical-coordinate representation of color #CECCDE: hue angle of 246.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECCDE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 204 | 222 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.13 |
| HSL | 246.67º | 0.21% | 0.84% | - |
| HSV(B) | 246.67º | 0.08% | 0.87% | - |
| XYZ | 60.23 | 61.58 | 77.82 | - |
| YUV | 206.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 222 | 0.07 | 0.08 | 0 | 0.13 | 246.67 | 0.21 | 0.84 |
| Hex | CE | CC | DE | 7 | 8 | 0 | D | F7 | 15 | 54 |
| Octal | 316 | 314 | 336 | 7 | 10 | 0 | 15 | 367 | 25 | 124 |
| Binary | 11001110 | 11001100 | 11011110 | 111 | 1000 | 0 | 1101 | 11110111 | 10101 | 1010100 |
Color Harmonies of #CECCDE
Complementary color
Monochromatic Colors of #CECCDE
Black with #CECCDE
Text Example
Text Example
White with #CECCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCDE; }
p { color: rgb(206,204,222); }
H1.HeaderClassName
{
color: #CECCDE;
}
.AnyTagClassName
{
color: #CECCDE;
}
</style>
background-color css
<style>
a { background-color: #CECCDE; }
a { background-color: rgb(206,204,222); }
div.DivClassName
{
background-color: #CECCDE;
}
.BgClassName
{
background-color: #CECCDE;
}
</style>
border-color css
<style>
span { border-color: #CECCDE; }
span { border-color: rgb(206,204,222); }
td.TdClassName
{
border-color: #CECCDE;
}
.TagClassName
{
border-color: #CECCDE;
}
</style>