Shades of French Lilac #DDCAD8
Tints of French Lilac #DDCAD8
RGB
CMYK
RGB Variations
Color information
#DDCAD8 (or 0xDDCAD8) is known color: French Lilac. HEX triplet: DD, CA and D8. RGB value is (221,202,216). Sum of RGB (Red+Green+Blue) = 221+202+216=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAD8 is #223527. Grayscale: #D1D1D1. Windows color (decimal): -2241832 or 14207709. OLE color: 14207709.
HSL color Cylindrical-coordinate representation of color #DDCAD8: hue angle of 315.79º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCAD8 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 202 | 216 | - |
CMYK | 0 | 0.09 | 0.02 | 0.13 |
HSL | 315.79º | 0.22% | 0.83% | - |
HSV(B) | 315.79º | 0.09% | 0.87% | - |
XYZ | 63.33 | 62.57 | 73.71 | - |
YUV | 209.28 | 131.79 | 136.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 216 | 0 | 0.09 | 0.02 | 0.13 | 315.79 | 0.22 | 0.83 |
Hex | DD | CA | D8 | 0 | 9 | 2 | D | 13C | 16 | 53 |
Octal | 335 | 312 | 330 | 0 | 11 | 2 | 15 | 474 | 26 | 123 |
Binary | 11011101 | 11001010 | 11011000 | 0 | 1001 | 10 | 1101 | 100111100 | 10110 | 1010011 |
Color Harmonies of #DDCAD8
Complementary color
Monochromatic Colors of #DDCAD8
Black with #DDCAD8
Text Example
Text Example
White with #DDCAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAD8; }
p { color: rgb(221,202,216); }
H1.HeaderClassName
{
color: #DDCAD8;
}
.AnyTagClassName
{
color: #DDCAD8;
}
</style>
background-color css
<style>
a { background-color: #DDCAD8; }
a { background-color: rgb(221,202,216); }
div.DivClassName
{
background-color: #DDCAD8;
}
.BgClassName
{
background-color: #DDCAD8;
}
</style>
border-color css
<style>
span { border-color: #DDCAD8; }
span { border-color: rgb(221,202,216); }
td.TdClassName
{
border-color: #DDCAD8;
}
.TagClassName
{
border-color: #DDCAD8;
}
</style>