#D1AAA3

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

Shades of Eunry #D1AAA3

Tints of Eunry #D1AAA3

Color information

#D1AAA3 (or 0xD1AAA3) is unknown color: approx Eunry. HEX triplet: D1, AA and A3. RGB value is (209,170,163). Sum of RGB (Red+Green+Blue) = 209+170+163=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AAA3 is #2E555C. Grayscale: #B4B4B4. Windows color (decimal): -3036509 or 10726097. OLE color: 10726097.

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

Color convert

RGB209170163-
CMYK00.190.220.18
HSL9.13º33.33%72.94%-
HSV(B)9.13º22.01%81.96%-
XYZ47.2844.9540.83-
YUV180.86117.92148.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 163 (64.06% from 255) = 30.07%
R=38.56%
G=31.37%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917016300.190.220.189.1333.3372.94
HexD1AAA3013161292149
Octal32125224302326221141111
Binary110100011010101010100011010011101101001010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AAA3; }

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

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

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

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

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

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

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

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