Shades of French Lilac #DAC2D5
Tints of French Lilac #DAC2D5
RGB
CMYK
RGB Variations
Color information
#DAC2D5 (or 0xDAC2D5) is known color: French Lilac. HEX triplet: DA, C2 and D5. RGB value is (218,194,213). Sum of RGB (Red+Green+Blue) = 218+194+213=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2D5 is #253D2A. Grayscale: #CBCBCB. Windows color (decimal): -2440491 or 14009050. OLE color: 14009050.
HSL color Cylindrical-coordinate representation of color #DAC2D5: hue angle of 312.5º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC2D5 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 194 | 213 | - |
CMYK | 0 | 0.11 | 0.02 | 0.15 |
HSL | 312.5º | 0.24% | 0.81% | - |
HSV(B) | 312.5º | 0.11% | 0.85% | - |
XYZ | 60.22 | 58.29 | 71.03 | - |
YUV | 203.34 | 133.45 | 138.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 194 | 213 | 0 | 0.11 | 0.02 | 0.15 | 312.5 | 0.24 | 0.81 |
Hex | DA | C2 | D5 | 0 | B | 2 | F | 138 | 18 | 51 |
Octal | 332 | 302 | 325 | 0 | 13 | 2 | 17 | 470 | 30 | 121 |
Binary | 11011010 | 11000010 | 11010101 | 0 | 1011 | 10 | 1111 | 100111000 | 11000 | 1010001 |
Color Harmonies of #DAC2D5
Complementary color
Monochromatic Colors of #DAC2D5
Black with #DAC2D5
Text Example
Text Example
White with #DAC2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2D5; }
p { color: rgb(218,194,213); }
H1.HeaderClassName
{
color: #DAC2D5;
}
.AnyTagClassName
{
color: #DAC2D5;
}
</style>
background-color css
<style>
a { background-color: #DAC2D5; }
a { background-color: rgb(218,194,213); }
div.DivClassName
{
background-color: #DAC2D5;
}
.BgClassName
{
background-color: #DAC2D5;
}
</style>
border-color css
<style>
span { border-color: #DAC2D5; }
span { border-color: rgb(218,194,213); }
td.TdClassName
{
border-color: #DAC2D5;
}
.TagClassName
{
border-color: #DAC2D5;
}
</style>