#D7ADA8

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

Shades of Oyster Pink #D7ADA8

Tints of Oyster Pink #D7ADA8

Color information

#D7ADA8 (or 0xD7ADA8) is unknown color: approx Oyster Pink. HEX triplet: D7, AD and A8. RGB value is (215,173,168). Sum of RGB (Red+Green+Blue) = 215+173+168=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ADA8 is #285257. Grayscale: #B9B9B9. Windows color (decimal): -2642520 or 11054551. OLE color: 11054551.

HSL color Cylindrical-coordinate representation of color #D7ADA8: hue angle of 6.38º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7ADA8 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB215173168-
CMYK00.200.220.16
HSL6.38º37.01%75.1%-
HSV(B)6.38º21.86%84.31%-
XYZ50.0447.1643.51-
YUV184.99118.41149.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 168 (66.02% from 255) = 30.22%
R=38.67%
G=31.12%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517316800.200.220.166.3837.0175.1
HexD7ADA801416106254b
Octal3272552500242620645113
Binary11010111101011011010100001010010110100001101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADA8; }

 p { color: rgb(215,173,168); }

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

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

 a { background-color: rgb(215,173,168); }

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

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

 span { border-color: rgb(215,173,168); }

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