#D7B4AE

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

Shades of Oyster Pink #D7B4AE

Tints of Oyster Pink #D7B4AE

Color information

#D7B4AE (or 0xD7B4AE) is unknown color: approx Oyster Pink. HEX triplet: D7, B4 and AE. RGB value is (215,180,174). Sum of RGB (Red+Green+Blue) = 215+180+174=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B4AE is #284B51. Grayscale: #BDBDBD. Windows color (decimal): -2640722 or 11449559. OLE color: 11449559.

HSL color Cylindrical-coordinate representation of color #D7B4AE: hue angle of 8.78º 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 #D7B4AE is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215180174-
CMYK00.160.190.16
HSL8.78º33.88%76.27%-
HSV(B)8.78º19.07%84.31%-
XYZ51.9950.1546.98-
YUV189.78119.1145.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.79%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=37.79%
G=31.63%
B=30.58%

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
Decimal21518017400.160.190.168.7833.8876.27
HexD7B4AE01013109224c
Octal32726425602023201142114
Binary110101111011010010101110010000100111000010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B4AE; }

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

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

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

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

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

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

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

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