#D0ADA9

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

Shades of Oyster Pink #D0ADA9

Tints of Oyster Pink #D0ADA9

Color information

#D0ADA9 (or 0xD0ADA9) is unknown color: approx Oyster Pink. HEX triplet: D0, AD and A9. RGB value is (208,173,169). Sum of RGB (Red+Green+Blue) = 208+173+169=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0ADA9 is #2F5256. Grayscale: #B7B7B7. Windows color (decimal): -3101271 or 11120080. OLE color: 11120080.

HSL color Cylindrical-coordinate representation of color #D0ADA9: hue angle of 6.15º degrees, saturation: 0.29, 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 #D0ADA9 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB208173169-
CMYK00.170.190.18
HSL6.15º29.32%73.92%-
HSV(B)6.15º18.75%81.57%-
XYZ48.1246.1643.91-
YUV183.01120.1145.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.82%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=37.82%
G=31.45%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817316900.170.190.186.1529.3273.92
HexD0ADA9011131261d4a
Octal3202552510212322635112
Binary1101000010101101101010010100011001110010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADA9; }

 p { color: rgb(208,173,169); }

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

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

 a { background-color: rgb(208,173,169); }

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

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

 span { border-color: rgb(208,173,169); }

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