#D9ADAA

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

Shades of Oyster Pink #D9ADAA

Tints of Oyster Pink #D9ADAA

Color information

#D9ADAA (or 0xD9ADAA) is unknown color: approx Oyster Pink. HEX triplet: D9, AD and AA. RGB value is (217,173,170). Sum of RGB (Red+Green+Blue) = 217+173+170=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADAA is #265255. Grayscale: #B9B9B9. Windows color (decimal): -2511446 or 11185625. OLE color: 11185625.

HSL color Cylindrical-coordinate representation of color #D9ADAA: hue angle of 3.83º 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 #D9ADAA is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217173170-
CMYK00.200.220.15
HSL3.83º38.21%75.88%-
HSV(B)3.83º21.66%85.1%-
XYZ50.8147.5444.53-
YUV185.81119.08150.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=38.75%
G=30.89%
B=30.36%

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
Decimal21717317000.200.220.153.8338.2175.88
HexD9ADAA01416F4264c
Octal3312552520242617446114
Binary1101100110101101101010100101001011011111001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADAA; }

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

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

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

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

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

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

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

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