Shades of French Lilac #DFBEDD
Tints of French Lilac #DFBEDD
RGB
CMYK
RGB Variations
Color information
#DFBEDD (or 0xDFBEDD) is known color: French Lilac. HEX triplet: DF, BE and DD. RGB value is (223,190,221). Sum of RGB (Red+Green+Blue) = 223+190+221=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEDD is #204122. Grayscale: #CBCBCB. Windows color (decimal): -2113827 or 14532319. OLE color: 14532319.
HSL color Cylindrical-coordinate representation of color #DFBEDD: hue angle of 303.64º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBEDD is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 221 | - |
CMYK | 0 | 0.15 | 0.01 | 0.13 |
HSL | 303.64º | 0.34% | 0.81% | - |
HSV(B) | 303.64º | 0.15% | 0.87% | - |
XYZ | 61.9 | 57.74 | 76.29 | - |
YUV | 203.4 | 137.93 | 141.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 221 | 0 | 0.15 | 0.01 | 0.13 | 303.64 | 0.34 | 0.81 |
Hex | DF | BE | DD | 0 | F | 1 | D | 130 | 22 | 51 |
Octal | 337 | 276 | 335 | 0 | 17 | 1 | 15 | 460 | 42 | 121 |
Binary | 11011111 | 10111110 | 11011101 | 0 | 1111 | 1 | 1101 | 100110000 | 100010 | 1010001 |
Color Harmonies of #DFBEDD
Complementary color
Monochromatic Colors of #DFBEDD
Black with #DFBEDD
Text Example
Text Example
White with #DFBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEDD; }
p { color: rgb(223,190,221); }
H1.HeaderClassName
{
color: #DFBEDD;
}
.AnyTagClassName
{
color: #DFBEDD;
}
</style>
background-color css
<style>
a { background-color: #DFBEDD; }
a { background-color: rgb(223,190,221); }
div.DivClassName
{
background-color: #DFBEDD;
}
.BgClassName
{
background-color: #DFBEDD;
}
</style>
border-color css
<style>
span { border-color: #DFBEDD; }
span { border-color: rgb(223,190,221); }
td.TdClassName
{
border-color: #DFBEDD;
}
.TagClassName
{
border-color: #DFBEDD;
}
</style>