Shades of French Lilac #DDC2DA
Tints of French Lilac #DDC2DA
RGB
CMYK
RGB Variations
Color information
#DDC2DA (or 0xDDC2DA) is known color: French Lilac. HEX triplet: DD, C2 and DA. RGB value is (221,194,218). Sum of RGB (Red+Green+Blue) = 221+194+218=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2DA is #223D25. Grayscale: #CCCCCC. Windows color (decimal): -2243878 or 14336733. OLE color: 14336733.
HSL color Cylindrical-coordinate representation of color #DDC2DA: hue angle of 306.67º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC2DA is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 194 | 218 | - |
CMYK | 0 | 0.12 | 0.01 | 0.13 |
HSL | 306.67º | 0.28% | 0.81% | - |
HSV(B) | 306.67º | 0.12% | 0.87% | - |
XYZ | 61.77 | 59.02 | 74.47 | - |
YUV | 204.81 | 135.45 | 139.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 194 | 218 | 0 | 0.12 | 0.01 | 0.13 | 306.67 | 0.28 | 0.81 |
Hex | DD | C2 | DA | 0 | C | 1 | D | 133 | 1C | 51 |
Octal | 335 | 302 | 332 | 0 | 14 | 1 | 15 | 463 | 34 | 121 |
Binary | 11011101 | 11000010 | 11011010 | 0 | 1100 | 1 | 1101 | 100110011 | 11100 | 1010001 |
Color Harmonies of #DDC2DA
Complementary color
Monochromatic Colors of #DDC2DA
Black with #DDC2DA
Text Example
Text Example
White with #DDC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2DA; }
p { color: rgb(221,194,218); }
H1.HeaderClassName
{
color: #DDC2DA;
}
.AnyTagClassName
{
color: #DDC2DA;
}
</style>
background-color css
<style>
a { background-color: #DDC2DA; }
a { background-color: rgb(221,194,218); }
div.DivClassName
{
background-color: #DDC2DA;
}
.BgClassName
{
background-color: #DDC2DA;
}
</style>
border-color css
<style>
span { border-color: #DDC2DA; }
span { border-color: rgb(221,194,218); }
td.TdClassName
{
border-color: #DDC2DA;
}
.TagClassName
{
border-color: #DDC2DA;
}
</style>