#D7ADAA

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

Shades of Oyster Pink #D7ADAA

Tints of Oyster Pink #D7ADAA

Color information

#D7ADAA (or 0xD7ADAA) is unknown color: approx Oyster Pink. HEX triplet: D7, AD and AA. RGB value is (215,173,170). Sum of RGB (Red+Green+Blue) = 215+173+170=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ADAA is #285255. Grayscale: #B9B9B9. Windows color (decimal): -2642518 or 11185623. OLE color: 11185623.

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

Color convert

RGB215173170-
CMYK00.200.210.16
HSL36%75.49%-
HSV(B)20.93%84.31%-
XYZ50.2247.2444.5-
YUV185.22119.41149.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=38.53%
G=31.00%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517317000.200.210.1643675.49
HexD7ADAA01415104244b
Octal3272552520242520444113
Binary11010111101011011010101001010010101100001001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADAA; }

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

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

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

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

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

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

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

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