Shades of Lilac #D4A2CD
Tints of Lilac #D4A2CD
RGB
CMYK
RGB Variations
Color information
#D4A2CD (or 0xD4A2CD) is known color: Lilac. HEX triplet: D4, A2 and CD. RGB value is (212,162,205). Sum of RGB (Red+Green+Blue) = 212+162+205=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2CD is #2B5D32. Grayscale: #B5B5B5. Windows color (decimal): -2841907 or 13476564. OLE color: 13476564.
HSL color Cylindrical-coordinate representation of color #D4A2CD: hue angle of 308.4º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A2CD is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 162 | 205 | - |
CMYK | 0 | 0.24 | 0.03 | 0.17 |
HSL | 308.4º | 0.37% | 0.73% | - |
HSV(B) | 308.4º | 0.24% | 0.83% | - |
XYZ | 51.09 | 44.25 | 63.61 | - |
YUV | 181.85 | 141.07 | 149.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 162 | 205 | 0 | 0.24 | 0.03 | 0.17 | 308.4 | 0.37 | 0.73 |
Hex | D4 | A2 | CD | 0 | 18 | 3 | 11 | 134 | 25 | 49 |
Octal | 324 | 242 | 315 | 0 | 30 | 3 | 21 | 464 | 45 | 111 |
Binary | 11010100 | 10100010 | 11001101 | 0 | 11000 | 11 | 10001 | 100110100 | 100101 | 1001001 |
Color Harmonies of #D4A2CD
Complementary color
Monochromatic Colors of #D4A2CD
Black with #D4A2CD
Text Example
Text Example
White with #D4A2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A2CD; }
p { color: rgb(212,162,205); }
H1.HeaderClassName
{
color: #D4A2CD;
}
.AnyTagClassName
{
color: #D4A2CD;
}
</style>
background-color css
<style>
a { background-color: #D4A2CD; }
a { background-color: rgb(212,162,205); }
div.DivClassName
{
background-color: #D4A2CD;
}
.BgClassName
{
background-color: #D4A2CD;
}
</style>
border-color css
<style>
span { border-color: #D4A2CD; }
span { border-color: rgb(212,162,205); }
td.TdClassName
{
border-color: #D4A2CD;
}
.TagClassName
{
border-color: #D4A2CD;
}
</style>