Shades of French Lilac #DDC3D9
Tints of French Lilac #DDC3D9
RGB
CMYK
RGB Variations
Color information
#DDC3D9 (or 0xDDC3D9) is known color: French Lilac. HEX triplet: DD, C3 and D9. RGB value is (221,195,217). Sum of RGB (Red+Green+Blue) = 221+195+217=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3D9 is #223C26. Grayscale: #CDCDCD. Windows color (decimal): -2243623 or 14271453. OLE color: 14271453.
HSL color Cylindrical-coordinate representation of color #DDC3D9: hue angle of 309.23º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC3D9 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 195 | 217 | - |
CMYK | 0 | 0.12 | 0.02 | 0.13 |
HSL | 309.23º | 0.28% | 0.82% | - |
HSV(B) | 309.23º | 0.12% | 0.87% | - |
XYZ | 61.86 | 59.41 | 73.85 | - |
YUV | 205.28 | 134.61 | 139.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 195 | 217 | 0 | 0.12 | 0.02 | 0.13 | 309.23 | 0.28 | 0.82 |
Hex | DD | C3 | D9 | 0 | C | 2 | D | 135 | 1C | 52 |
Octal | 335 | 303 | 331 | 0 | 14 | 2 | 15 | 465 | 34 | 122 |
Binary | 11011101 | 11000011 | 11011001 | 0 | 1100 | 10 | 1101 | 100110101 | 11100 | 1010010 |
Color Harmonies of #DDC3D9
Complementary color
Monochromatic Colors of #DDC3D9
Black with #DDC3D9
Text Example
Text Example
White with #DDC3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3D9; }
p { color: rgb(221,195,217); }
H1.HeaderClassName
{
color: #DDC3D9;
}
.AnyTagClassName
{
color: #DDC3D9;
}
</style>
background-color css
<style>
a { background-color: #DDC3D9; }
a { background-color: rgb(221,195,217); }
div.DivClassName
{
background-color: #DDC3D9;
}
.BgClassName
{
background-color: #DDC3D9;
}
</style>
border-color css
<style>
span { border-color: #DDC3D9; }
span { border-color: rgb(221,195,217); }
td.TdClassName
{
border-color: #DDC3D9;
}
.TagClassName
{
border-color: #DDC3D9;
}
</style>