Shades of French Lilac #DAA5D0
Tints of French Lilac #DAA5D0
RGB
CMYK
RGB Variations
Color information
#DAA5D0 (or 0xDAA5D0) is known color: French Lilac. HEX triplet: DA, A5 and D0. RGB value is (218,165,208). Sum of RGB (Red+Green+Blue) = 218+165+208=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5D0 is #255A2F. Grayscale: #B9B9B9. Windows color (decimal): -2447920 or 13673946. OLE color: 13673946.
HSL color Cylindrical-coordinate representation of color #DAA5D0: hue angle of 311.32º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA5D0 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 165 | 208 | - |
CMYK | 0 | 0.24 | 0.05 | 0.15 |
HSL | 311.32º | 0.42% | 0.75% | - |
HSV(B) | 311.32º | 0.24% | 0.85% | - |
XYZ | 53.75 | 46.37 | 65.79 | - |
YUV | 185.75 | 140.56 | 151 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 165 | 208 | 0 | 0.24 | 0.05 | 0.15 | 311.32 | 0.42 | 0.75 |
Hex | DA | A5 | D0 | 0 | 18 | 5 | F | 137 | 2A | 4B |
Octal | 332 | 245 | 320 | 0 | 30 | 5 | 17 | 467 | 52 | 113 |
Binary | 11011010 | 10100101 | 11010000 | 0 | 11000 | 101 | 1111 | 100110111 | 101010 | 1001011 |
Color Harmonies of #DAA5D0
Complementary color
Monochromatic Colors of #DAA5D0
Black with #DAA5D0
Text Example
Text Example
White with #DAA5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA5D0; }
p { color: rgb(218,165,208); }
H1.HeaderClassName
{
color: #DAA5D0;
}
.AnyTagClassName
{
color: #DAA5D0;
}
</style>
background-color css
<style>
a { background-color: #DAA5D0; }
a { background-color: rgb(218,165,208); }
div.DivClassName
{
background-color: #DAA5D0;
}
.BgClassName
{
background-color: #DAA5D0;
}
</style>
border-color css
<style>
span { border-color: #DAA5D0; }
span { border-color: rgb(218,165,208); }
td.TdClassName
{
border-color: #DAA5D0;
}
.TagClassName
{
border-color: #DAA5D0;
}
</style>