#D8ADAA

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

Shades of Oyster Pink #D8ADAA

Tints of Oyster Pink #D8ADAA

Color information

#D8ADAA (or 0xD8ADAA) is unknown color: approx Oyster Pink. HEX triplet: D8, AD and AA. RGB value is (216,173,170). Sum of RGB (Red+Green+Blue) = 216+173+170=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADAA is #275255. Grayscale: #B9B9B9. Windows color (decimal): -2576982 or 11185624. OLE color: 11185624.

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

Color convert

RGB216173170-
CMYK00.200.210.15
HSL3.91º37.1%75.69%-
HSV(B)3.91º21.3%84.71%-
XYZ50.5247.3944.51-
YUV185.52119.25149.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=38.64%
G=30.95%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617317000.200.210.153.9137.175.69
HexD8ADAA01415F4254c
Octal3302552520242517445114
Binary1101100010101101101010100101001010111111001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADAA; }

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

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

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

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

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

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

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

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