Shades of French Lilac #DDB2CF
Tints of French Lilac #DDB2CF
RGB
CMYK
RGB Variations
Color information
#DDB2CF (or 0xDDB2CF) is known color: French Lilac. HEX triplet: DD, B2 and CF. RGB value is (221,178,207). Sum of RGB (Red+Green+Blue) = 221+178+207=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2CF is #224D30. Grayscale: #C2C2C2. Windows color (decimal): -2247985 or 13611741. OLE color: 13611741.
HSL color Cylindrical-coordinate representation of color #DDB2CF: hue angle of 319.53º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2CF is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 207 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.13 |
| HSL | 319.53º | 0.39% | 0.78% | - |
| HSV(B) | 319.53º | 0.19% | 0.87% | - |
| XYZ | 57 | 51.72 | 66.01 | - |
| YUV | 194.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 207 | 0 | 0.19 | 0.06 | 0.13 | 319.53 | 0.39 | 0.78 |
| Hex | DD | B2 | CF | 0 | 13 | 6 | D | 140 | 27 | 4E |
| Octal | 335 | 262 | 317 | 0 | 23 | 6 | 15 | 500 | 47 | 116 |
| Binary | 11011101 | 10110010 | 11001111 | 0 | 10011 | 110 | 1101 | 101000000 | 100111 | 1001110 |
Color Harmonies of #DDB2CF
Complementary color
Monochromatic Colors of #DDB2CF
Black with #DDB2CF
Text Example
Text Example
White with #DDB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2CF; }
p { color: rgb(221,178,207); }
H1.HeaderClassName
{
color: #DDB2CF;
}
.AnyTagClassName
{
color: #DDB2CF;
}
</style>
background-color css
<style>
a { background-color: #DDB2CF; }
a { background-color: rgb(221,178,207); }
div.DivClassName
{
background-color: #DDB2CF;
}
.BgClassName
{
background-color: #DDB2CF;
}
</style>
border-color css
<style>
span { border-color: #DDB2CF; }
span { border-color: rgb(221,178,207); }
td.TdClassName
{
border-color: #DDB2CF;
}
.TagClassName
{
border-color: #DDB2CF;
}
</style>