Shades of French Lilac #DDBED9
Tints of French Lilac #DDBED9
RGB
CMYK
RGB Variations
Color information
#DDBED9 (or 0xDDBED9) is known color: French Lilac. HEX triplet: DD, BE and D9. RGB value is (221,190,217). Sum of RGB (Red+Green+Blue) = 221+190+217=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBED9 is #224126. Grayscale: #CACACA. Windows color (decimal): -2244903 or 14270173. OLE color: 14270173.
HSL color Cylindrical-coordinate representation of color #DDBED9: hue angle of 307.74º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBED9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 217 | - |
CMYK | 0 | 0.14 | 0.02 | 0.13 |
HSL | 307.74º | 0.31% | 0.81% | - |
HSV(B) | 307.74º | 0.14% | 0.87% | - |
XYZ | 60.76 | 57.21 | 73.49 | - |
YUV | 202.35 | 136.27 | 141.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 217 | 0 | 0.14 | 0.02 | 0.13 | 307.74 | 0.31 | 0.81 |
Hex | DD | BE | D9 | 0 | E | 2 | D | 134 | 1F | 51 |
Octal | 335 | 276 | 331 | 0 | 16 | 2 | 15 | 464 | 37 | 121 |
Binary | 11011101 | 10111110 | 11011001 | 0 | 1110 | 10 | 1101 | 100110100 | 11111 | 1010001 |
Color Harmonies of #DDBED9
Complementary color
Monochromatic Colors of #DDBED9
Black with #DDBED9
Text Example
Text Example
White with #DDBED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBED9; }
p { color: rgb(221,190,217); }
H1.HeaderClassName
{
color: #DDBED9;
}
.AnyTagClassName
{
color: #DDBED9;
}
</style>
background-color css
<style>
a { background-color: #DDBED9; }
a { background-color: rgb(221,190,217); }
div.DivClassName
{
background-color: #DDBED9;
}
.BgClassName
{
background-color: #DDBED9;
}
</style>
border-color css
<style>
span { border-color: #DDBED9; }
span { border-color: rgb(221,190,217); }
td.TdClassName
{
border-color: #DDBED9;
}
.TagClassName
{
border-color: #DDBED9;
}
</style>