Shades of Eunry #D3A8A6
Tints of Eunry #D3A8A6
RGB
CMYK
RGB Variations
Color information
#D3A8A6 (or 0xD3A8A6) is known color: Eunry. HEX triplet: D3, A8 and A6. RGB value is (211,168,166). Sum of RGB (Red+Green+Blue) = 211+168+166=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A8A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A8A6 is #2C5759. Grayscale: #B4B4B4. Windows color (decimal): -2905946 or 10922195. OLE color: 10922195.
HSL color Cylindrical-coordinate representation of color #D3A8A6: hue angle of 2.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 #D3A8A6 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 168 | 166 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.17 |
| HSL | 2.67º | 0.34% | 0.74% | - |
| HSV(B) | 2.67º | 0.21% | 0.83% | - |
| XYZ | 47.75 | 44.61 | 42.17 | - |
| YUV | 180.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 166 | 0 | 0.20 | 0.21 | 0.17 | 2.67 | 0.34 | 0.74 |
| Hex | D3 | A8 | A6 | 0 | 14 | 15 | 11 | 3 | 22 | 4A |
| Octal | 323 | 250 | 246 | 0 | 24 | 25 | 21 | 3 | 42 | 112 |
| Binary | 11010011 | 10101000 | 10100110 | 0 | 10100 | 10101 | 10001 | 11 | 100010 | 1001010 |
Color Harmonies of #D3A8A6
Complementary color
Monochromatic Colors of #D3A8A6
Black with #D3A8A6
Text Example
Text Example
White with #D3A8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A8A6; }
p { color: rgb(211,168,166); }
H1.HeaderClassName
{
color: #D3A8A6;
}
.AnyTagClassName
{
color: #D3A8A6;
}
</style>
background-color css
<style>
a { background-color: #D3A8A6; }
a { background-color: rgb(211,168,166); }
div.DivClassName
{
background-color: #D3A8A6;
}
.BgClassName
{
background-color: #D3A8A6;
}
</style>
border-color css
<style>
span { border-color: #D3A8A6; }
span { border-color: rgb(211,168,166); }
td.TdClassName
{
border-color: #D3A8A6;
}
.TagClassName
{
border-color: #D3A8A6;
}
</style>