Shades of Lilac #D4A0CC
Tints of Lilac #D4A0CC
RGB
CMYK
RGB Variations
Color information
#D4A0CC (or 0xD4A0CC) is known color: Lilac. HEX triplet: D4, A0 and CC. RGB value is (212,160,204). Sum of RGB (Red+Green+Blue) = 212+160+204=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0CC is #2B5F33. Grayscale: #B4B4B4. Windows color (decimal): -2842420 or 13410516. OLE color: 13410516.
HSL color Cylindrical-coordinate representation of color #D4A0CC: hue angle of 309.23º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4A0CC is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 160 | 204 | - |
CMYK | 0 | 0.25 | 0.04 | 0.17 |
HSL | 309.23º | 0.38% | 0.73% | - |
HSV(B) | 309.23º | 0.25% | 0.83% | - |
XYZ | 50.62 | 43.5 | 62.85 | - |
YUV | 180.56 | 141.23 | 150.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 160 | 204 | 0 | 0.25 | 0.04 | 0.17 | 309.23 | 0.38 | 0.73 |
Hex | D4 | A0 | CC | 0 | 19 | 4 | 11 | 135 | 26 | 49 |
Octal | 324 | 240 | 314 | 0 | 31 | 4 | 21 | 465 | 46 | 111 |
Binary | 11010100 | 10100000 | 11001100 | 0 | 11001 | 100 | 10001 | 100110101 | 100110 | 1001001 |
Color Harmonies of #D4A0CC
Complementary color
Monochromatic Colors of #D4A0CC
Black with #D4A0CC
Text Example
Text Example
White with #D4A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0CC; }
p { color: rgb(212,160,204); }
H1.HeaderClassName
{
color: #D4A0CC;
}
.AnyTagClassName
{
color: #D4A0CC;
}
</style>
background-color css
<style>
a { background-color: #D4A0CC; }
a { background-color: rgb(212,160,204); }
div.DivClassName
{
background-color: #D4A0CC;
}
.BgClassName
{
background-color: #D4A0CC;
}
</style>
border-color css
<style>
span { border-color: #D4A0CC; }
span { border-color: rgb(212,160,204); }
td.TdClassName
{
border-color: #D4A0CC;
}
.TagClassName
{
border-color: #D4A0CC;
}
</style>