Shades of Lilac #D3A6CB
Tints of Lilac #D3A6CB
RGB
CMYK
RGB Variations
Color information
#D3A6CB (or 0xD3A6CB) is known color: Lilac. HEX triplet: D3, A6 and CB. RGB value is (211,166,203). Sum of RGB (Red+Green+Blue) = 211+166+203=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A6CB is #2C5934. Grayscale: #B7B7B7. Windows color (decimal): -2906421 or 13346515. OLE color: 13346515.
HSL color Cylindrical-coordinate representation of color #D3A6CB: hue angle of 310.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3A6CB is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 166 | 203 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.17 |
| HSL | 310.67º | 0.34% | 0.74% | - |
| HSV(B) | 310.67º | 0.21% | 0.83% | - |
| XYZ | 51.28 | 45.43 | 62.57 | - |
| YUV | 183.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 203 | 0 | 0.21 | 0.04 | 0.17 | 310.67 | 0.34 | 0.74 |
| Hex | D3 | A6 | CB | 0 | 15 | 4 | 11 | 137 | 22 | 4A |
| Octal | 323 | 246 | 313 | 0 | 25 | 4 | 21 | 467 | 42 | 112 |
| Binary | 11010011 | 10100110 | 11001011 | 0 | 10101 | 100 | 10001 | 100110111 | 100010 | 1001010 |
Color Harmonies of #D3A6CB
Complementary color
Monochromatic Colors of #D3A6CB
Black with #D3A6CB
Text Example
Text Example
White with #D3A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A6CB; }
p { color: rgb(211,166,203); }
H1.HeaderClassName
{
color: #D3A6CB;
}
.AnyTagClassName
{
color: #D3A6CB;
}
</style>
background-color css
<style>
a { background-color: #D3A6CB; }
a { background-color: rgb(211,166,203); }
div.DivClassName
{
background-color: #D3A6CB;
}
.BgClassName
{
background-color: #D3A6CB;
}
</style>
border-color css
<style>
span { border-color: #D3A6CB; }
span { border-color: rgb(211,166,203); }
td.TdClassName
{
border-color: #D3A6CB;
}
.TagClassName
{
border-color: #D3A6CB;
}
</style>