Shades of French Lilac #DDBEDA
Tints of French Lilac #DDBEDA
RGB
CMYK
RGB Variations
Color information
#DDBEDA (or 0xDDBEDA) is known color: French Lilac. HEX triplet: DD, BE and DA. RGB value is (221,190,218). Sum of RGB (Red+Green+Blue) = 221+190+218=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEDA is #224125. Grayscale: #CACACA. Windows color (decimal): -2244902 or 14335709. OLE color: 14335709.
HSL color Cylindrical-coordinate representation of color #DDBEDA: hue angle of 305.81º 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 #DDBEDA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 218 | - |
CMYK | 0 | 0.14 | 0.01 | 0.13 |
HSL | 305.81º | 0.31% | 0.81% | - |
HSV(B) | 305.81º | 0.14% | 0.87% | - |
XYZ | 60.89 | 57.26 | 74.17 | - |
YUV | 202.46 | 136.77 | 141.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 218 | 0 | 0.14 | 0.01 | 0.13 | 305.81 | 0.31 | 0.81 |
Hex | DD | BE | DA | 0 | E | 1 | D | 132 | 1F | 51 |
Octal | 335 | 276 | 332 | 0 | 16 | 1 | 15 | 462 | 37 | 121 |
Binary | 11011101 | 10111110 | 11011010 | 0 | 1110 | 1 | 1101 | 100110010 | 11111 | 1010001 |
Color Harmonies of #DDBEDA
Complementary color
Monochromatic Colors of #DDBEDA
Black with #DDBEDA
Text Example
Text Example
White with #DDBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEDA; }
p { color: rgb(221,190,218); }
H1.HeaderClassName
{
color: #DDBEDA;
}
.AnyTagClassName
{
color: #DDBEDA;
}
</style>
background-color css
<style>
a { background-color: #DDBEDA; }
a { background-color: rgb(221,190,218); }
div.DivClassName
{
background-color: #DDBEDA;
}
.BgClassName
{
background-color: #DDBEDA;
}
</style>
border-color css
<style>
span { border-color: #DDBEDA; }
span { border-color: rgb(221,190,218); }
td.TdClassName
{
border-color: #DDBEDA;
}
.TagClassName
{
border-color: #DDBEDA;
}
</style>