Shades of Lilac #D4A8CC
Tints of Lilac #D4A8CC
RGB
CMYK
RGB Variations
Color information
#D4A8CC (or 0xD4A8CC) is known color: Lilac. HEX triplet: D4, A8 and CC. RGB value is (212,168,204). Sum of RGB (Red+Green+Blue) = 212+168+204=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8CC is #2B5733. Grayscale: #B9B9B9. Windows color (decimal): -2840372 or 13412564. OLE color: 13412564.
HSL color Cylindrical-coordinate representation of color #D4A8CC: hue angle of 310.91º 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 #D4A8CC is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 168 | 204 | - |
CMYK | 0 | 0.21 | 0.04 | 0.17 |
HSL | 310.91º | 0.34% | 0.75% | - |
HSV(B) | 310.91º | 0.21% | 0.83% | - |
XYZ | 52.05 | 46.36 | 63.33 | - |
YUV | 185.26 | 138.58 | 147.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 168 | 204 | 0 | 0.21 | 0.04 | 0.17 | 310.91 | 0.34 | 0.75 |
Hex | D4 | A8 | CC | 0 | 15 | 4 | 11 | 137 | 22 | 4B |
Octal | 324 | 250 | 314 | 0 | 25 | 4 | 21 | 467 | 42 | 113 |
Binary | 11010100 | 10101000 | 11001100 | 0 | 10101 | 100 | 10001 | 100110111 | 100010 | 1001011 |
Color Harmonies of #D4A8CC
Complementary color
Monochromatic Colors of #D4A8CC
Black with #D4A8CC
Text Example
Text Example
White with #D4A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8CC; }
p { color: rgb(212,168,204); }
H1.HeaderClassName
{
color: #D4A8CC;
}
.AnyTagClassName
{
color: #D4A8CC;
}
</style>
background-color css
<style>
a { background-color: #D4A8CC; }
a { background-color: rgb(212,168,204); }
div.DivClassName
{
background-color: #D4A8CC;
}
.BgClassName
{
background-color: #D4A8CC;
}
</style>
border-color css
<style>
span { border-color: #D4A8CC; }
span { border-color: rgb(212,168,204); }
td.TdClassName
{
border-color: #D4A8CC;
}
.TagClassName
{
border-color: #D4A8CC;
}
</style>