Shades of Lilac #D6A2CF
Tints of Lilac #D6A2CF
RGB
CMYK
RGB Variations
Color information
#D6A2CF (or 0xD6A2CF) is known color: Lilac. HEX triplet: D6, A2 and CF. RGB value is (214,162,207). Sum of RGB (Red+Green+Blue) = 214+162+207=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A2CF is #295D30. Grayscale: #B6B6B6. Windows color (decimal): -2710833 or 13607638. OLE color: 13607638.
HSL color Cylindrical-coordinate representation of color #D6A2CF: hue angle of 308.08º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A2CF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 162 | 207 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.16 |
| HSL | 308.08º | 0.39% | 0.74% | - |
| HSV(B) | 308.08º | 0.24% | 0.84% | - |
| XYZ | 51.91 | 44.64 | 64.91 | - |
| YUV | 182.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 207 | 0 | 0.24 | 0.03 | 0.16 | 308.08 | 0.39 | 0.74 |
| Hex | D6 | A2 | CF | 0 | 18 | 3 | 10 | 134 | 27 | 4A |
| Octal | 326 | 242 | 317 | 0 | 30 | 3 | 20 | 464 | 47 | 112 |
| Binary | 11010110 | 10100010 | 11001111 | 0 | 11000 | 11 | 10000 | 100110100 | 100111 | 1001010 |
Color Harmonies of #D6A2CF
Complementary color
Monochromatic Colors of #D6A2CF
Black with #D6A2CF
Text Example
Text Example
White with #D6A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A2CF; }
p { color: rgb(214,162,207); }
H1.HeaderClassName
{
color: #D6A2CF;
}
.AnyTagClassName
{
color: #D6A2CF;
}
</style>
background-color css
<style>
a { background-color: #D6A2CF; }
a { background-color: rgb(214,162,207); }
div.DivClassName
{
background-color: #D6A2CF;
}
.BgClassName
{
background-color: #D6A2CF;
}
</style>
border-color css
<style>
span { border-color: #D6A2CF; }
span { border-color: rgb(214,162,207); }
td.TdClassName
{
border-color: #D6A2CF;
}
.TagClassName
{
border-color: #D6A2CF;
}
</style>