Shades of French Lilac #DDB8DC
Tints of French Lilac #DDB8DC
RGB
CMYK
RGB Variations
Color information
#DDB8DC (or 0xDDB8DC) is known color: French Lilac. HEX triplet: DD, B8 and DC. RGB value is (221,184,220). Sum of RGB (Red+Green+Blue) = 221+184+220=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8DC is #224723. Grayscale: #C7C7C7. Windows color (decimal): -2246436 or 14465245. OLE color: 14465245.
HSL color Cylindrical-coordinate representation of color #DDB8DC: hue angle of 301.62º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB8DC is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 184 | 220 | - |
CMYK | 0 | 0.17 | 0.00 | 0.13 |
HSL | 301.62º | 0.35% | 0.79% | - |
HSV(B) | 301.62º | 0.17% | 0.87% | - |
XYZ | 59.88 | 54.82 | 75.14 | - |
YUV | 199.17 | 139.76 | 143.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 184 | 220 | 0 | 0.17 | 0.00 | 0.13 | 301.62 | 0.35 | 0.79 |
Hex | DD | B8 | DC | 0 | 11 | 0 | D | 12E | 23 | 4F |
Octal | 335 | 270 | 334 | 0 | 21 | 0 | 15 | 456 | 43 | 117 |
Binary | 11011101 | 10111000 | 11011100 | 0 | 10001 | 0 | 1101 | 100101110 | 100011 | 1001111 |
Color Harmonies of #DDB8DC
Complementary color
Monochromatic Colors of #DDB8DC
Black with #DDB8DC
Text Example
Text Example
White with #DDB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8DC; }
p { color: rgb(221,184,220); }
H1.HeaderClassName
{
color: #DDB8DC;
}
.AnyTagClassName
{
color: #DDB8DC;
}
</style>
background-color css
<style>
a { background-color: #DDB8DC; }
a { background-color: rgb(221,184,220); }
div.DivClassName
{
background-color: #DDB8DC;
}
.BgClassName
{
background-color: #DDB8DC;
}
</style>
border-color css
<style>
span { border-color: #DDB8DC; }
span { border-color: rgb(221,184,220); }
td.TdClassName
{
border-color: #DDB8DC;
}
.TagClassName
{
border-color: #DDB8DC;
}
</style>