Shades of French Lilac #DDB7DA
Tints of French Lilac #DDB7DA
RGB
CMYK
RGB Variations
Color information
#DDB7DA (or 0xDDB7DA) is known color: French Lilac. HEX triplet: DD, B7 and DA. RGB value is (221,183,218). Sum of RGB (Red+Green+Blue) = 221+183+218=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7DA is #224825. Grayscale: #C6C6C6. Windows color (decimal): -2246694 or 14333917. OLE color: 14333917.
HSL color Cylindrical-coordinate representation of color #DDB7DA: hue angle of 304.74º degrees, saturation: 0.36, 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 #DDB7DA is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 183 | 218 | - |
CMYK | 0 | 0.17 | 0.01 | 0.13 |
HSL | 304.74º | 0.36% | 0.79% | - |
HSV(B) | 304.74º | 0.17% | 0.87% | - |
XYZ | 59.41 | 54.3 | 73.68 | - |
YUV | 198.35 | 139.09 | 144.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 183 | 218 | 0 | 0.17 | 0.01 | 0.13 | 304.74 | 0.36 | 0.79 |
Hex | DD | B7 | DA | 0 | 11 | 1 | D | 131 | 24 | 4F |
Octal | 335 | 267 | 332 | 0 | 21 | 1 | 15 | 461 | 44 | 117 |
Binary | 11011101 | 10110111 | 11011010 | 0 | 10001 | 1 | 1101 | 100110001 | 100100 | 1001111 |
Color Harmonies of #DDB7DA
Complementary color
Monochromatic Colors of #DDB7DA
Black with #DDB7DA
Text Example
Text Example
White with #DDB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7DA; }
p { color: rgb(221,183,218); }
H1.HeaderClassName
{
color: #DDB7DA;
}
.AnyTagClassName
{
color: #DDB7DA;
}
</style>
background-color css
<style>
a { background-color: #DDB7DA; }
a { background-color: rgb(221,183,218); }
div.DivClassName
{
background-color: #DDB7DA;
}
.BgClassName
{
background-color: #DDB7DA;
}
</style>
border-color css
<style>
span { border-color: #DDB7DA; }
span { border-color: rgb(221,183,218); }
td.TdClassName
{
border-color: #DDB7DA;
}
.TagClassName
{
border-color: #DDB7DA;
}
</style>