Shades of French Lilac #DDB5DB
Tints of French Lilac #DDB5DB
RGB
CMYK
RGB Variations
Color information
#DDB5DB (or 0xDDB5DB) is known color: French Lilac. HEX triplet: DD, B5 and DB. RGB value is (221,181,219). Sum of RGB (Red+Green+Blue) = 221+181+219=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5DB is #224A24. Grayscale: #C5C5C5. Windows color (decimal): -2247205 or 14398941. OLE color: 14398941.
HSL color Cylindrical-coordinate representation of color #DDB5DB: hue angle of 303º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB5DB is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 181 | 219 | - |
CMYK | 0 | 0.18 | 0.01 | 0.13 |
HSL | 303º | 0.37% | 0.79% | - |
HSV(B) | 303º | 0.18% | 0.87% | - |
XYZ | 59.13 | 53.53 | 74.23 | - |
YUV | 197.29 | 140.25 | 144.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 181 | 219 | 0 | 0.18 | 0.01 | 0.13 | 303 | 0.37 | 0.79 |
Hex | DD | B5 | DB | 0 | 12 | 1 | D | 12F | 25 | 4F |
Octal | 335 | 265 | 333 | 0 | 22 | 1 | 15 | 457 | 45 | 117 |
Binary | 11011101 | 10110101 | 11011011 | 0 | 10010 | 1 | 1101 | 100101111 | 100101 | 1001111 |
Color Harmonies of #DDB5DB
Complementary color
Monochromatic Colors of #DDB5DB
Black with #DDB5DB
Text Example
Text Example
White with #DDB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5DB; }
p { color: rgb(221,181,219); }
H1.HeaderClassName
{
color: #DDB5DB;
}
.AnyTagClassName
{
color: #DDB5DB;
}
</style>
background-color css
<style>
a { background-color: #DDB5DB; }
a { background-color: rgb(221,181,219); }
div.DivClassName
{
background-color: #DDB5DB;
}
.BgClassName
{
background-color: #DDB5DB;
}
</style>
border-color css
<style>
span { border-color: #DDB5DB; }
span { border-color: rgb(221,181,219); }
td.TdClassName
{
border-color: #DDB5DB;
}
.TagClassName
{
border-color: #DDB5DB;
}
</style>