Shades of Lilac #D6A5CC
Tints of Lilac #D6A5CC
RGB
CMYK
RGB Variations
Color information
#D6A5CC (or 0xD6A5CC) is known color: Lilac. HEX triplet: D6, A5 and CC. RGB value is (214,165,204). Sum of RGB (Red+Green+Blue) = 214+165+204=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A5CC is #295A33. Grayscale: #B7B7B7. Windows color (decimal): -2710068 or 13411798. OLE color: 13411798.
HSL color Cylindrical-coordinate representation of color #D6A5CC: hue angle of 312.24º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6A5CC is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 204 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.16 |
| HSL | 312.24º | 0.37% | 0.74% | - |
| HSV(B) | 312.24º | 0.23% | 0.84% | - |
| XYZ | 52.09 | 45.57 | 63.18 | - |
| YUV | 184.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 204 | 0 | 0.23 | 0.05 | 0.16 | 312.24 | 0.37 | 0.74 |
| Hex | D6 | A5 | CC | 0 | 17 | 5 | 10 | 138 | 25 | 4A |
| Octal | 326 | 245 | 314 | 0 | 27 | 5 | 20 | 470 | 45 | 112 |
| Binary | 11010110 | 10100101 | 11001100 | 0 | 10111 | 101 | 10000 | 100111000 | 100101 | 1001010 |
Color Harmonies of #D6A5CC
Complementary color
Monochromatic Colors of #D6A5CC
Black with #D6A5CC
Text Example
Text Example
White with #D6A5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A5CC; }
p { color: rgb(214,165,204); }
H1.HeaderClassName
{
color: #D6A5CC;
}
.AnyTagClassName
{
color: #D6A5CC;
}
</style>
background-color css
<style>
a { background-color: #D6A5CC; }
a { background-color: rgb(214,165,204); }
div.DivClassName
{
background-color: #D6A5CC;
}
.BgClassName
{
background-color: #D6A5CC;
}
</style>
border-color css
<style>
span { border-color: #D6A5CC; }
span { border-color: rgb(214,165,204); }
td.TdClassName
{
border-color: #D6A5CC;
}
.TagClassName
{
border-color: #D6A5CC;
}
</style>