Shades of French Lilac #DDB2DB
Tints of French Lilac #DDB2DB
RGB
CMYK
RGB Variations
Color information
#DDB2DB (or 0xDDB2DB) is known color: French Lilac. HEX triplet: DD, B2 and DB. RGB value is (221,178,219). Sum of RGB (Red+Green+Blue) = 221+178+219=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2DB is #224D24. Grayscale: #C3C3C3. Windows color (decimal): -2247973 or 14398173. OLE color: 14398173.
HSL color Cylindrical-coordinate representation of color #DDB2DB: hue angle of 302.79º 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 #DDB2DB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 178 | 219 | - |
CMYK | 0 | 0.19 | 0.01 | 0.13 |
HSL | 302.79º | 0.39% | 0.78% | - |
HSV(B) | 302.79º | 0.19% | 0.87% | - |
XYZ | 58.53 | 52.33 | 74.03 | - |
YUV | 195.53 | 141.25 | 146.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 178 | 219 | 0 | 0.19 | 0.01 | 0.13 | 302.79 | 0.39 | 0.78 |
Hex | DD | B2 | DB | 0 | 13 | 1 | D | 12F | 27 | 4E |
Octal | 335 | 262 | 333 | 0 | 23 | 1 | 15 | 457 | 47 | 116 |
Binary | 11011101 | 10110010 | 11011011 | 0 | 10011 | 1 | 1101 | 100101111 | 100111 | 1001110 |
Color Harmonies of #DDB2DB
Complementary color
Monochromatic Colors of #DDB2DB
Black with #DDB2DB
Text Example
Text Example
White with #DDB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2DB; }
p { color: rgb(221,178,219); }
H1.HeaderClassName
{
color: #DDB2DB;
}
.AnyTagClassName
{
color: #DDB2DB;
}
</style>
background-color css
<style>
a { background-color: #DDB2DB; }
a { background-color: rgb(221,178,219); }
div.DivClassName
{
background-color: #DDB2DB;
}
.BgClassName
{
background-color: #DDB2DB;
}
</style>
border-color css
<style>
span { border-color: #DDB2DB; }
span { border-color: rgb(221,178,219); }
td.TdClassName
{
border-color: #DDB2DB;
}
.TagClassName
{
border-color: #DDB2DB;
}
</style>