Shades of French Lilac #DABED3
Tints of French Lilac #DABED3
RGB
CMYK
RGB Variations
Color information
#DABED3 (or 0xDABED3) is known color: French Lilac. HEX triplet: DA, BE and D3. RGB value is (218,190,211). Sum of RGB (Red+Green+Blue) = 218+190+211=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DABED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABED3 is #25412C. Grayscale: #C8C8C8. Windows color (decimal): -2441517 or 13876954. OLE color: 13876954.
HSL color Cylindrical-coordinate representation of color #DABED3: hue angle of 315º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABED3 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 190 | 211 | - |
CMYK | 0 | 0.13 | 0.03 | 0.15 |
HSL | 315º | 0.27% | 0.8% | - |
HSV(B) | 315º | 0.13% | 0.85% | - |
XYZ | 59.08 | 56.44 | 69.41 | - |
YUV | 200.77 | 133.78 | 140.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 190 | 211 | 0 | 0.13 | 0.03 | 0.15 | 315 | 0.27 | 0.8 |
Hex | DA | BE | D3 | 0 | D | 3 | F | 13B | 1B | 50 |
Octal | 332 | 276 | 323 | 0 | 15 | 3 | 17 | 473 | 33 | 120 |
Binary | 11011010 | 10111110 | 11010011 | 0 | 1101 | 11 | 1111 | 100111011 | 11011 | 1010000 |
Color Harmonies of #DABED3
Complementary color
Monochromatic Colors of #DABED3
Black with #DABED3
Text Example
Text Example
White with #DABED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABED3; }
p { color: rgb(218,190,211); }
H1.HeaderClassName
{
color: #DABED3;
}
.AnyTagClassName
{
color: #DABED3;
}
</style>
background-color css
<style>
a { background-color: #DABED3; }
a { background-color: rgb(218,190,211); }
div.DivClassName
{
background-color: #DABED3;
}
.BgClassName
{
background-color: #DABED3;
}
</style>
border-color css
<style>
span { border-color: #DABED3; }
span { border-color: rgb(218,190,211); }
td.TdClassName
{
border-color: #DABED3;
}
.TagClassName
{
border-color: #DABED3;
}
</style>