Shades of French Lilac #DAC4D5
Tints of French Lilac #DAC4D5
RGB
CMYK
RGB Variations
Color information
#DAC4D5 (or 0xDAC4D5) is known color: French Lilac. HEX triplet: DA, C4 and D5. RGB value is (218,196,213). Sum of RGB (Red+Green+Blue) = 218+196+213=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4D5 is #253B2A. Grayscale: #CCCCCC. Windows color (decimal): -2439979 or 14009562. OLE color: 14009562.
HSL color Cylindrical-coordinate representation of color #DAC4D5: hue angle of 313.64º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC4D5 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 196 | 213 | - |
CMYK | 0 | 0.10 | 0.02 | 0.15 |
HSL | 313.64º | 0.23% | 0.81% | - |
HSV(B) | 313.64º | 0.1% | 0.85% | - |
XYZ | 60.66 | 59.19 | 71.18 | - |
YUV | 204.52 | 132.79 | 137.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 196 | 213 | 0 | 0.10 | 0.02 | 0.15 | 313.64 | 0.23 | 0.81 |
Hex | DA | C4 | D5 | 0 | A | 2 | F | 13A | 17 | 51 |
Octal | 332 | 304 | 325 | 0 | 12 | 2 | 17 | 472 | 27 | 121 |
Binary | 11011010 | 11000100 | 11010101 | 0 | 1010 | 10 | 1111 | 100111010 | 10111 | 1010001 |
Color Harmonies of #DAC4D5
Complementary color
Monochromatic Colors of #DAC4D5
Black with #DAC4D5
Text Example
Text Example
White with #DAC4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4D5; }
p { color: rgb(218,196,213); }
H1.HeaderClassName
{
color: #DAC4D5;
}
.AnyTagClassName
{
color: #DAC4D5;
}
</style>
background-color css
<style>
a { background-color: #DAC4D5; }
a { background-color: rgb(218,196,213); }
div.DivClassName
{
background-color: #DAC4D5;
}
.BgClassName
{
background-color: #DAC4D5;
}
</style>
border-color css
<style>
span { border-color: #DAC4D5; }
span { border-color: rgb(218,196,213); }
td.TdClassName
{
border-color: #DAC4D5;
}
.TagClassName
{
border-color: #DAC4D5;
}
</style>