#D9AEAA

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

Shades of Oyster Pink #D9AEAA

Tints of Oyster Pink #D9AEAA

Color information

#D9AEAA (or 0xD9AEAA) is unknown color: approx Oyster Pink. HEX triplet: D9, AE and AA. RGB value is (217,174,170). Sum of RGB (Red+Green+Blue) = 217+174+170=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AEAA is #265155. Grayscale: #BABABA. Windows color (decimal): -2511190 or 11185881. OLE color: 11185881.

HSL color Cylindrical-coordinate representation of color #D9AEAA: hue angle of 5.11º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AEAA is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217174170-
CMYK00.200.220.15
HSL5.11º38.21%75.88%-
HSV(B)5.11º21.66%85.1%-
XYZ51.0147.9344.59-
YUV186.4118.75149.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=38.68%
G=31.02%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717417000.200.220.155.1138.2175.88
HexD9AEAA01416F5264c
Octal3312562520242617546114
Binary1101100110101110101010100101001011011111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEAA; }

 p { color: rgb(217,174,170); }

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

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

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

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

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

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

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