Shades of French Lilac #DABED7
Tints of French Lilac #DABED7
RGB
CMYK
RGB Variations
Color information
#DABED7 (or 0xDABED7) is known color: French Lilac. HEX triplet: DA, BE and D7. RGB value is (218,190,215). Sum of RGB (Red+Green+Blue) = 218+190+215=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DABED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABED7 is #254128. Grayscale: #C9C9C9. Windows color (decimal): -2441513 or 14139098. OLE color: 14139098.
HSL color Cylindrical-coordinate representation of color #DABED7: hue angle of 306.43º 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 #DABED7 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 190 | 215 | - |
CMYK | 0 | 0.13 | 0.01 | 0.15 |
HSL | 306.43º | 0.27% | 0.8% | - |
HSV(B) | 306.43º | 0.13% | 0.85% | - |
XYZ | 59.59 | 56.64 | 72.08 | - |
YUV | 201.22 | 135.78 | 139.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 190 | 215 | 0 | 0.13 | 0.01 | 0.15 | 306.43 | 0.27 | 0.8 |
Hex | DA | BE | D7 | 0 | D | 1 | F | 132 | 1B | 50 |
Octal | 332 | 276 | 327 | 0 | 15 | 1 | 17 | 462 | 33 | 120 |
Binary | 11011010 | 10111110 | 11010111 | 0 | 1101 | 1 | 1111 | 100110010 | 11011 | 1010000 |
Color Harmonies of #DABED7
Complementary color
Monochromatic Colors of #DABED7
Black with #DABED7
Text Example
Text Example
White with #DABED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABED7; }
p { color: rgb(218,190,215); }
H1.HeaderClassName
{
color: #DABED7;
}
.AnyTagClassName
{
color: #DABED7;
}
</style>
background-color css
<style>
a { background-color: #DABED7; }
a { background-color: rgb(218,190,215); }
div.DivClassName
{
background-color: #DABED7;
}
.BgClassName
{
background-color: #DABED7;
}
</style>
border-color css
<style>
span { border-color: #DABED7; }
span { border-color: rgb(218,190,215); }
td.TdClassName
{
border-color: #DABED7;
}
.TagClassName
{
border-color: #DABED7;
}
</style>