#D8B7B0

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

Shades of Oyster Pink #D8B7B0

Tints of Oyster Pink #D8B7B0

Color information

#D8B7B0 (or 0xD8B7B0) is unknown color: approx Oyster Pink. HEX triplet: D8, B7 and B0. RGB value is (216,183,176). Sum of RGB (Red+Green+Blue) = 216+183+176=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B7B0 is #27484F. Grayscale: #C0C0C0. Windows color (decimal): -2574416 or 11581400. OLE color: 11581400.

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

Color convert

RGB216183176-
CMYK00.150.190.15
HSL10.5º33.9%76.86%-
HSV(B)10.5º18.52%84.71%-
XYZ53.0951.648.24-
YUV192.07118.93145.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 183 (71.88% from 255) = 31.83%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=37.57%
G=31.83%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618317600.150.190.1510.533.976.86
HexD8B7B00F13Fb224d
Octal33026726001723171342115
Binary1101100010110111101100000111110011111110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B7B0; }

 p { color: rgb(216,183,176); }

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

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

 a { background-color: rgb(216,183,176); }

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

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

 span { border-color: rgb(216,183,176); }

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