#D1AAA5

Color #D1AAA5 Eunry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eunry #D1AAA5

Tints of Eunry #D1AAA5

Color information

#D1AAA5 (or 0xD1AAA5) is unknown color: approx Eunry. HEX triplet: D1, AA and A5. RGB value is (209,170,165). Sum of RGB (Red+Green+Blue) = 209+170+165=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AAA5 is #2E555A. Grayscale: #B5B5B5. Windows color (decimal): -3036507 or 10857169. OLE color: 10857169.

HSL color Cylindrical-coordinate representation of color #D1AAA5: hue angle of 6.82º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1AAA5 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB209170165-
CMYK00.190.210.18
HSL6.82º32.35%73.33%-
HSV(B)6.82º21.05%81.96%-
XYZ47.4645.0241.79-
YUV181.09118.92147.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=38.42%
G=31.25%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917016500.190.210.186.8232.3573.33
HexD1AAA5013151272049
Octal3212522450232522740111
Binary11010001101010101010010101001110101100101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AAA5; }

 p { color: rgb(209,170,165); }

 H1.HeaderClassName
 {
   color: #D1AAA5;
 }
 .AnyTagClassName
 {
   color: #D1AAA5;
 }
</style>
background-color css

<style>
 a { background-color: #D1AAA5; }

 a { background-color: rgb(209,170,165); }

 div.DivClassName
 {
   background-color: #D1AAA5;
 }
 .BgClassName
 {
   background-color: #D1AAA5;
 }
</style>
border-color css

<style>
 span { border-color: #D1AAA5; }

 span { border-color: rgb(209,170,165); }

 td.TdClassName
 {
   border-color: #D1AAA5;
 }
 .TagClassName
 {
   border-color: #D1AAA5;
 }
</style>