Shades of French Lilac #DAADCD
Tints of French Lilac #DAADCD
RGB
CMYK
RGB Variations
Color information
#DAADCD (or 0xDAADCD) is known color: French Lilac. HEX triplet: DA, AD and CD. RGB value is (218,173,205). Sum of RGB (Red+Green+Blue) = 218+173+205=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADCD is #255232. Grayscale: #BEBEBE. Windows color (decimal): -2445875 or 13479386. OLE color: 13479386.
HSL color Cylindrical-coordinate representation of color #DAADCD: hue angle of 317.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADCD is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 173 | 205 | - |
CMYK | 0 | 0.21 | 0.06 | 0.15 |
HSL | 317.33º | 0.38% | 0.77% | - |
HSV(B) | 317.33º | 0.21% | 0.85% | - |
XYZ | 54.88 | 49.2 | 64.36 | - |
YUV | 190.1 | 136.41 | 147.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 173 | 205 | 0 | 0.21 | 0.06 | 0.15 | 317.33 | 0.38 | 0.77 |
Hex | DA | AD | CD | 0 | 15 | 6 | F | 13D | 26 | 4D |
Octal | 332 | 255 | 315 | 0 | 25 | 6 | 17 | 475 | 46 | 115 |
Binary | 11011010 | 10101101 | 11001101 | 0 | 10101 | 110 | 1111 | 100111101 | 100110 | 1001101 |
Color Harmonies of #DAADCD
Complementary color
Monochromatic Colors of #DAADCD
Black with #DAADCD
Text Example
Text Example
White with #DAADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADCD; }
p { color: rgb(218,173,205); }
H1.HeaderClassName
{
color: #DAADCD;
}
.AnyTagClassName
{
color: #DAADCD;
}
</style>
background-color css
<style>
a { background-color: #DAADCD; }
a { background-color: rgb(218,173,205); }
div.DivClassName
{
background-color: #DAADCD;
}
.BgClassName
{
background-color: #DAADCD;
}
</style>
border-color css
<style>
span { border-color: #DAADCD; }
span { border-color: rgb(218,173,205); }
td.TdClassName
{
border-color: #DAADCD;
}
.TagClassName
{
border-color: #DAADCD;
}
</style>