#D8ADA7

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

Shades of Oyster Pink #D8ADA7

Tints of Oyster Pink #D8ADA7

Color information

#D8ADA7 (or 0xD8ADA7) is unknown color: approx Oyster Pink. HEX triplet: D8, AD and A7. RGB value is (216,173,167). Sum of RGB (Red+Green+Blue) = 216+173+167=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADA7 is #275258. Grayscale: #B9B9B9. Windows color (decimal): -2576985 or 10989016. OLE color: 10989016.

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

Color convert

RGB216173167-
CMYK00.200.230.15
HSL7.35º38.58%75.1%-
HSV(B)7.35º22.69%84.71%-
XYZ50.2447.2843.04-
YUV185.17117.75149.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 167 (65.62% from 255) = 30.04%
R=38.85%
G=31.12%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617316700.200.230.157.3538.5875.1
HexD8ADA701417F7274b
Octal3302552470242717747113
Binary1101100010101101101001110101001011111111111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADA7; }

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

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

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

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

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

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

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

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