Shades of French Lilac #DDCCD9
Tints of French Lilac #DDCCD9
RGB
CMYK
RGB Variations
Color information
#DDCCD9 (or 0xDDCCD9) is known color: French Lilac. HEX triplet: DD, CC and D9. RGB value is (221,204,217). Sum of RGB (Red+Green+Blue) = 221+204+217=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD9 is #223326. Grayscale: #D2D2D2. Windows color (decimal): -2241319 or 14273757. OLE color: 14273757.
HSL color Cylindrical-coordinate representation of color #DDCCD9: hue angle of 314.12º 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 #DDCCD9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 217 | - |
CMYK | 0 | 0.08 | 0.02 | 0.13 |
HSL | 314.12º | 0.2% | 0.83% | - |
HSV(B) | 314.12º | 0.08% | 0.87% | - |
XYZ | 63.94 | 63.57 | 74.55 | - |
YUV | 210.57 | 131.63 | 135.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 217 | 0 | 0.08 | 0.02 | 0.13 | 314.12 | 0.2 | 0.83 |
Hex | DD | CC | D9 | 0 | 8 | 2 | D | 13A | 14 | 53 |
Octal | 335 | 314 | 331 | 0 | 10 | 2 | 15 | 472 | 24 | 123 |
Binary | 11011101 | 11001100 | 11011001 | 0 | 1000 | 10 | 1101 | 100111010 | 10100 | 1010011 |
Color Harmonies of #DDCCD9
Complementary color
Monochromatic Colors of #DDCCD9
Black with #DDCCD9
Text Example
Text Example
White with #DDCCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCD9; }
p { color: rgb(221,204,217); }
H1.HeaderClassName
{
color: #DDCCD9;
}
.AnyTagClassName
{
color: #DDCCD9;
}
</style>
background-color css
<style>
a { background-color: #DDCCD9; }
a { background-color: rgb(221,204,217); }
div.DivClassName
{
background-color: #DDCCD9;
}
.BgClassName
{
background-color: #DDCCD9;
}
</style>
border-color css
<style>
span { border-color: #DDCCD9; }
span { border-color: rgb(221,204,217); }
td.TdClassName
{
border-color: #DDCCD9;
}
.TagClassName
{
border-color: #DDCCD9;
}
</style>