#D7B5AE

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

Shades of Oyster Pink #D7B5AE

Tints of Oyster Pink #D7B5AE

Color information

#D7B5AE (or 0xD7B5AE) is unknown color: approx Oyster Pink. HEX triplet: D7, B5 and AE. RGB value is (215,181,174). Sum of RGB (Red+Green+Blue) = 215+181+174=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B5AE is #284A51. Grayscale: #BEBEBE. Windows color (decimal): -2640466 or 11449815. OLE color: 11449815.

HSL color Cylindrical-coordinate representation of color #D7B5AE: hue angle of 10.24º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7B5AE is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215181174-
CMYK00.160.190.16
HSL10.24º33.88%76.27%-
HSV(B)10.24º19.07%84.31%-
XYZ52.1950.5547.05-
YUV190.37118.76145.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.72%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=37.72%
G=31.75%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518117400.160.190.1610.2433.8876.27
HexD7B5AE0101310a224c
Octal32726525602023201242114
Binary110101111011010110101110010000100111000010101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B5AE; }

 p { color: rgb(215,181,174); }

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

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

 a { background-color: rgb(215,181,174); }

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

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

 span { border-color: rgb(215,181,174); }

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