#D0ADAA

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

Shades of Oyster Pink #D0ADAA

Tints of Oyster Pink #D0ADAA

Color information

#D0ADAA (or 0xD0ADAA) is unknown color: approx Oyster Pink. HEX triplet: D0, AD and AA. RGB value is (208,173,170). Sum of RGB (Red+Green+Blue) = 208+173+170=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0ADAA is #2F5255. Grayscale: #B7B7B7. Windows color (decimal): -3101270 or 11185616. OLE color: 11185616.

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

Color convert

RGB208173170-
CMYK00.170.180.18
HSL4.74º28.79%74.12%-
HSV(B)4.74º18.27%81.57%-
XYZ48.2146.244.41-
YUV183.12120.6145.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=37.75%
G=31.40%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817317000.170.180.184.7428.7974.12
HexD0ADAA011121251d4a
Octal3202552520212222535112
Binary1101000010101101101010100100011001010010101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADAA; }

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

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

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

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

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

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

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

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