Shades of Lilac #D4A8CE
Tints of Lilac #D4A8CE
RGB
CMYK
RGB Variations
Color information
#D4A8CE (or 0xD4A8CE) is known color: Lilac. HEX triplet: D4, A8 and CE. RGB value is (212,168,206). Sum of RGB (Red+Green+Blue) = 212+168+206=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8CE is #2B5731. Grayscale: #B9B9B9. Windows color (decimal): -2840370 or 13543636. OLE color: 13543636.
HSL color Cylindrical-coordinate representation of color #D4A8CE: hue angle of 308.18º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A8CE is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 168 | 206 | - |
CMYK | 0 | 0.21 | 0.03 | 0.17 |
HSL | 308.18º | 0.34% | 0.75% | - |
HSV(B) | 308.18º | 0.21% | 0.83% | - |
XYZ | 52.29 | 46.46 | 64.6 | - |
YUV | 185.49 | 139.58 | 146.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 168 | 206 | 0 | 0.21 | 0.03 | 0.17 | 308.18 | 0.34 | 0.75 |
Hex | D4 | A8 | CE | 0 | 15 | 3 | 11 | 134 | 22 | 4B |
Octal | 324 | 250 | 316 | 0 | 25 | 3 | 21 | 464 | 42 | 113 |
Binary | 11010100 | 10101000 | 11001110 | 0 | 10101 | 11 | 10001 | 100110100 | 100010 | 1001011 |
Color Harmonies of #D4A8CE
Complementary color
Monochromatic Colors of #D4A8CE
Black with #D4A8CE
Text Example
Text Example
White with #D4A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8CE; }
p { color: rgb(212,168,206); }
H1.HeaderClassName
{
color: #D4A8CE;
}
.AnyTagClassName
{
color: #D4A8CE;
}
</style>
background-color css
<style>
a { background-color: #D4A8CE; }
a { background-color: rgb(212,168,206); }
div.DivClassName
{
background-color: #D4A8CE;
}
.BgClassName
{
background-color: #D4A8CE;
}
</style>
border-color css
<style>
span { border-color: #D4A8CE; }
span { border-color: rgb(212,168,206); }
td.TdClassName
{
border-color: #D4A8CE;
}
.TagClassName
{
border-color: #D4A8CE;
}
</style>