Shades of Lavender Grey #CECDDB
Tints of Lavender Grey #CECDDB
RGB
CMYK
RGB Variations
Color information
#CECDDB (or 0xCECDDB) is known color: Lavender Grey. HEX triplet: CE, CD and DB. RGB value is (206,205,219). Sum of RGB (Red+Green+Blue) = 206+205+219=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #CECDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDDB is #313224. Grayscale: #CECECE. Windows color (decimal): -3224101 or 14405070. OLE color: 14405070.
HSL color Cylindrical-coordinate representation of color #CECDDB: hue angle of 244.29º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECDDB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 205 | 219 | - |
CMYK | 0.06 | 0.06 | 0 | 0.14 |
HSL | 244.29º | 0.16% | 0.83% | - |
HSV(B) | 244.29º | 0.06% | 0.86% | - |
XYZ | 60.07 | 61.9 | 75.8 | - |
YUV | 206.9 | 134.83 | 127.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 219 | 0.06 | 0.06 | 0 | 0.14 | 244.29 | 0.16 | 0.83 |
Hex | CE | CD | DB | 6 | 6 | 0 | E | F4 | 10 | 53 |
Octal | 316 | 315 | 333 | 6 | 6 | 0 | 16 | 364 | 20 | 123 |
Binary | 11001110 | 11001101 | 11011011 | 110 | 110 | 0 | 1110 | 11110100 | 10000 | 1010011 |
Color Harmonies of #CECDDB
Complementary color
Monochromatic Colors of #CECDDB
Black with #CECDDB
Text Example
Text Example
White with #CECDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDDB; }
p { color: rgb(206,205,219); }
H1.HeaderClassName
{
color: #CECDDB;
}
.AnyTagClassName
{
color: #CECDDB;
}
</style>
background-color css
<style>
a { background-color: #CECDDB; }
a { background-color: rgb(206,205,219); }
div.DivClassName
{
background-color: #CECDDB;
}
.BgClassName
{
background-color: #CECDDB;
}
</style>
border-color css
<style>
span { border-color: #CECDDB; }
span { border-color: rgb(206,205,219); }
td.TdClassName
{
border-color: #CECDDB;
}
.TagClassName
{
border-color: #CECDDB;
}
</style>