Shades of French Lilac #DABFD4
Tints of French Lilac #DABFD4
RGB
CMYK
RGB Variations
Color information
#DABFD4 (or 0xDABFD4) is known color: French Lilac. HEX triplet: DA, BF and D4. RGB value is (218,191,212). Sum of RGB (Red+Green+Blue) = 218+191+212=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFD4 is #25402B. Grayscale: #C9C9C9. Windows color (decimal): -2441260 or 13942746. OLE color: 13942746.
HSL color Cylindrical-coordinate representation of color #DABFD4: hue angle of 313.33º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DABFD4 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 212 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.15 |
| HSL | 313.33º | 0.27% | 0.8% | - |
| HSV(B) | 313.33º | 0.12% | 0.85% | - |
| XYZ | 59.43 | 56.92 | 70.14 | - |
| YUV | 201.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 212 | 0 | 0.12 | 0.03 | 0.15 | 313.33 | 0.27 | 0.8 |
| Hex | DA | BF | D4 | 0 | C | 3 | F | 139 | 1B | 50 |
| Octal | 332 | 277 | 324 | 0 | 14 | 3 | 17 | 471 | 33 | 120 |
| Binary | 11011010 | 10111111 | 11010100 | 0 | 1100 | 11 | 1111 | 100111001 | 11011 | 1010000 |
Color Harmonies of #DABFD4
Complementary color
Monochromatic Colors of #DABFD4
Black with #DABFD4
Text Example
Text Example
White with #DABFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFD4; }
p { color: rgb(218,191,212); }
H1.HeaderClassName
{
color: #DABFD4;
}
.AnyTagClassName
{
color: #DABFD4;
}
</style>
background-color css
<style>
a { background-color: #DABFD4; }
a { background-color: rgb(218,191,212); }
div.DivClassName
{
background-color: #DABFD4;
}
.BgClassName
{
background-color: #DABFD4;
}
</style>
border-color css
<style>
span { border-color: #DABFD4; }
span { border-color: rgb(218,191,212); }
td.TdClassName
{
border-color: #DABFD4;
}
.TagClassName
{
border-color: #DABFD4;
}
</style>