#D1AAAA

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

Shades of Oyster Pink #D1AAAA

Tints of Oyster Pink #D1AAAA

Color information

#D1AAAA (or 0xD1AAAA) is unknown color: approx Oyster Pink. HEX triplet: D1, AA and AA. RGB value is (209,170,170). Sum of RGB (Red+Green+Blue) = 209+170+170=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AAAA is #2E5555. Grayscale: #B5B5B5. Windows color (decimal): -3036502 or 11184849. OLE color: 11184849.

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

Color convert

RGB209170170-
CMYK00.190.190.18
HSL29.77%74.31%-
HSV(B)18.66%81.96%-
XYZ47.9245.2144.23-
YUV181.66121.42147.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.07%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=38.07%
G=30.97%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917017000.190.190.18029.7774.31
HexD1AAAA013131201e4a
Octal3212522520232322036112
Binary11010001101010101010101001001110011100100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AAAA; }

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

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

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

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

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

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

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

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