#D7B4B0

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

Shades of Oyster Pink #D7B4B0

Tints of Oyster Pink #D7B4B0

Color information

#D7B4B0 (or 0xD7B4B0) is unknown color: approx Oyster Pink. HEX triplet: D7, B4 and B0. RGB value is (215,180,176). Sum of RGB (Red+Green+Blue) = 215+180+176=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B4B0 is #284B4F. Grayscale: #BEBEBE. Windows color (decimal): -2640720 or 11580631. OLE color: 11580631.

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

Color convert

RGB215180176-
CMYK00.160.180.16
HSL6.15º32.77%76.67%-
HSV(B)6.15º18.14%84.31%-
XYZ52.1850.2248.02-
YUV190.01120.1145.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.65%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=37.65%
G=31.52%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518017600.160.180.166.1532.7776.67
HexD7B4B001012106214d
Octal3272642600202220641115
Binary11010111101101001011000001000010010100001101000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B4B0; }

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

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

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

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

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

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

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

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