Shades of French Lilac #DDCED9
Tints of French Lilac #DDCED9
RGB
CMYK
RGB Variations
Color information
#DDCED9 (or 0xDDCED9) is known color: French Lilac. HEX triplet: DD, CE and D9. RGB value is (221,206,217). Sum of RGB (Red+Green+Blue) = 221+206+217=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCED9 is #223126. Grayscale: #D3D3D3. Windows color (decimal): -2240807 or 14274269. OLE color: 14274269.
HSL color Cylindrical-coordinate representation of color #DDCED9: hue angle of 316º 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 #DDCED9 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 217 | - |
CMYK | 0 | 0.07 | 0.02 | 0.13 |
HSL | 316º | 0.18% | 0.84% | - |
HSV(B) | 316º | 0.07% | 0.87% | - |
XYZ | 64.41 | 64.52 | 74.71 | - |
YUV | 211.74 | 130.97 | 134.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 217 | 0 | 0.07 | 0.02 | 0.13 | 316 | 0.18 | 0.84 |
Hex | DD | CE | D9 | 0 | 7 | 2 | D | 13C | 12 | 54 |
Octal | 335 | 316 | 331 | 0 | 7 | 2 | 15 | 474 | 22 | 124 |
Binary | 11011101 | 11001110 | 11011001 | 0 | 111 | 10 | 1101 | 100111100 | 10010 | 1010100 |
Color Harmonies of #DDCED9
Complementary color
Monochromatic Colors of #DDCED9
Black with #DDCED9
Text Example
Text Example
White with #DDCED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCED9; }
p { color: rgb(221,206,217); }
H1.HeaderClassName
{
color: #DDCED9;
}
.AnyTagClassName
{
color: #DDCED9;
}
</style>
background-color css
<style>
a { background-color: #DDCED9; }
a { background-color: rgb(221,206,217); }
div.DivClassName
{
background-color: #DDCED9;
}
.BgClassName
{
background-color: #DDCED9;
}
</style>
border-color css
<style>
span { border-color: #DDCED9; }
span { border-color: rgb(221,206,217); }
td.TdClassName
{
border-color: #DDCED9;
}
.TagClassName
{
border-color: #DDCED9;
}
</style>