Shades of Eunry #D3AAA4
Tints of Eunry #D3AAA4
RGB
CMYK
RGB Variations
Color information
#D3AAA4 (or 0xD3AAA4) is known color: Eunry. HEX triplet: D3, AA and A4. RGB value is (211,170,164). Sum of RGB (Red+Green+Blue) = 211+170+164=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AAA4 is #2C555B. Grayscale: #B5B5B5. Windows color (decimal): -2905436 or 10791635. OLE color: 10791635.
HSL color Cylindrical-coordinate representation of color #D3AAA4: hue angle of 7.66º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3AAA4 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 170 | 164 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.17 |
| HSL | 7.66º | 0.35% | 0.74% | - |
| HSV(B) | 7.66º | 0.22% | 0.83% | - |
| XYZ | 47.94 | 45.28 | 41.33 | - |
| YUV | 181.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 164 | 0 | 0.19 | 0.22 | 0.17 | 7.66 | 0.35 | 0.74 |
| Hex | D3 | AA | A4 | 0 | 13 | 16 | 11 | 8 | 23 | 4A |
| Octal | 323 | 252 | 244 | 0 | 23 | 26 | 21 | 10 | 43 | 112 |
| Binary | 11010011 | 10101010 | 10100100 | 0 | 10011 | 10110 | 10001 | 1000 | 100011 | 1001010 |
Color Harmonies of #D3AAA4
Complementary color
Monochromatic Colors of #D3AAA4
Black with #D3AAA4
Text Example
Text Example
White with #D3AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AAA4; }
p { color: rgb(211,170,164); }
H1.HeaderClassName
{
color: #D3AAA4;
}
.AnyTagClassName
{
color: #D3AAA4;
}
</style>
background-color css
<style>
a { background-color: #D3AAA4; }
a { background-color: rgb(211,170,164); }
div.DivClassName
{
background-color: #D3AAA4;
}
.BgClassName
{
background-color: #D3AAA4;
}
</style>
border-color css
<style>
span { border-color: #D3AAA4; }
span { border-color: rgb(211,170,164); }
td.TdClassName
{
border-color: #D3AAA4;
}
.TagClassName
{
border-color: #D3AAA4;
}
</style>