Shades of French Lilac #DAC3D5
Tints of French Lilac #DAC3D5
RGB
CMYK
RGB Variations
Color information
#DAC3D5 (or 0xDAC3D5) is known color: French Lilac. HEX triplet: DA, C3 and D5. RGB value is (218,195,213). Sum of RGB (Red+Green+Blue) = 218+195+213=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3D5 is #253C2A. Grayscale: #CBCBCB. Windows color (decimal): -2440235 or 14009306. OLE color: 14009306.
HSL color Cylindrical-coordinate representation of color #DAC3D5: hue angle of 313.04º 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 #DAC3D5 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 213 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.15 |
| HSL | 313.04º | 0.24% | 0.81% | - |
| HSV(B) | 313.04º | 0.11% | 0.85% | - |
| XYZ | 60.44 | 58.74 | 71.1 | - |
| YUV | 203.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 213 | 0 | 0.11 | 0.02 | 0.15 | 313.04 | 0.24 | 0.81 |
| Hex | DA | C3 | D5 | 0 | B | 2 | F | 139 | 18 | 51 |
| Octal | 332 | 303 | 325 | 0 | 13 | 2 | 17 | 471 | 30 | 121 |
| Binary | 11011010 | 11000011 | 11010101 | 0 | 1011 | 10 | 1111 | 100111001 | 11000 | 1010001 |
Color Harmonies of #DAC3D5
Complementary color
Monochromatic Colors of #DAC3D5
Black with #DAC3D5
Text Example
Text Example
White with #DAC3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3D5; }
p { color: rgb(218,195,213); }
H1.HeaderClassName
{
color: #DAC3D5;
}
.AnyTagClassName
{
color: #DAC3D5;
}
</style>
background-color css
<style>
a { background-color: #DAC3D5; }
a { background-color: rgb(218,195,213); }
div.DivClassName
{
background-color: #DAC3D5;
}
.BgClassName
{
background-color: #DAC3D5;
}
</style>
border-color css
<style>
span { border-color: #DAC3D5; }
span { border-color: rgb(218,195,213); }
td.TdClassName
{
border-color: #DAC3D5;
}
.TagClassName
{
border-color: #DAC3D5;
}
</style>