Shades of French Lilac #DDBED8
Tints of French Lilac #DDBED8
RGB
CMYK
RGB Variations
Color information
#DDBED8 (or 0xDDBED8) is known color: French Lilac. HEX triplet: DD, BE and D8. RGB value is (221,190,216). Sum of RGB (Red+Green+Blue) = 221+190+216=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBED8 is #224127. Grayscale: #CACACA. Windows color (decimal): -2244904 or 14204637. OLE color: 14204637.
HSL color Cylindrical-coordinate representation of color #DDBED8: hue angle of 309.68º 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 #DDBED8 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 216 | - |
CMYK | 0 | 0.14 | 0.02 | 0.13 |
HSL | 309.68º | 0.31% | 0.81% | - |
HSV(B) | 309.68º | 0.14% | 0.87% | - |
XYZ | 60.63 | 57.16 | 72.8 | - |
YUV | 202.23 | 135.77 | 141.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 216 | 0 | 0.14 | 0.02 | 0.13 | 309.68 | 0.31 | 0.81 |
Hex | DD | BE | D8 | 0 | E | 2 | D | 136 | 1F | 51 |
Octal | 335 | 276 | 330 | 0 | 16 | 2 | 15 | 466 | 37 | 121 |
Binary | 11011101 | 10111110 | 11011000 | 0 | 1110 | 10 | 1101 | 100110110 | 11111 | 1010001 |
Color Harmonies of #DDBED8
Complementary color
Monochromatic Colors of #DDBED8
Black with #DDBED8
Text Example
Text Example
White with #DDBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBED8; }
p { color: rgb(221,190,216); }
H1.HeaderClassName
{
color: #DDBED8;
}
.AnyTagClassName
{
color: #DDBED8;
}
</style>
background-color css
<style>
a { background-color: #DDBED8; }
a { background-color: rgb(221,190,216); }
div.DivClassName
{
background-color: #DDBED8;
}
.BgClassName
{
background-color: #DDBED8;
}
</style>
border-color css
<style>
span { border-color: #DDBED8; }
span { border-color: rgb(221,190,216); }
td.TdClassName
{
border-color: #DDBED8;
}
.TagClassName
{
border-color: #DDBED8;
}
</style>