Shades of Lavender Grey #CECCDF
Tints of Lavender Grey #CECCDF
RGB
CMYK
RGB Variations
Color information
#CECCDF (or 0xCECCDF) is known color: Lavender Grey. HEX triplet: CE, CC and DF. RGB value is (206,204,223). Sum of RGB (Red+Green+Blue) = 206+204+223=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #CECCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCDF is #313320. Grayscale: #CECECE. Windows color (decimal): -3224353 or 14666958. OLE color: 14666958.
HSL color Cylindrical-coordinate representation of color #CECCDF: hue angle of 246.32º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CECCDF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 204 | 223 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.13 |
| HSL | 246.32º | 0.23% | 0.84% | - |
| HSV(B) | 246.32º | 0.09% | 0.87% | - |
| XYZ | 60.37 | 61.64 | 78.53 | - |
| YUV | 206.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 223 | 0.08 | 0.09 | 0 | 0.13 | 246.32 | 0.23 | 0.84 |
| Hex | CE | CC | DF | 8 | 9 | 0 | D | F6 | 17 | 54 |
| Octal | 316 | 314 | 337 | 10 | 11 | 0 | 15 | 366 | 27 | 124 |
| Binary | 11001110 | 11001100 | 11011111 | 1000 | 1001 | 0 | 1101 | 11110110 | 10111 | 1010100 |
Color Harmonies of #CECCDF
Complementary color
Monochromatic Colors of #CECCDF
Black with #CECCDF
Text Example
Text Example
White with #CECCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCDF; }
p { color: rgb(206,204,223); }
H1.HeaderClassName
{
color: #CECCDF;
}
.AnyTagClassName
{
color: #CECCDF;
}
</style>
background-color css
<style>
a { background-color: #CECCDF; }
a { background-color: rgb(206,204,223); }
div.DivClassName
{
background-color: #CECCDF;
}
.BgClassName
{
background-color: #CECCDF;
}
</style>
border-color css
<style>
span { border-color: #CECCDF; }
span { border-color: rgb(206,204,223); }
td.TdClassName
{
border-color: #CECCDF;
}
.TagClassName
{
border-color: #CECCDF;
}
</style>