#D8B5B0

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

Shades of Oyster Pink #D8B5B0

Tints of Oyster Pink #D8B5B0

Color information

#D8B5B0 (or 0xD8B5B0) is unknown color: approx Oyster Pink. HEX triplet: D8, B5 and B0. RGB value is (216,181,176). Sum of RGB (Red+Green+Blue) = 216+181+176=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B5B0 is #274A4F. Grayscale: #BEBEBE. Windows color (decimal): -2574928 or 11580888. OLE color: 11580888.

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

Color convert

RGB216181176-
CMYK00.160.190.15
HSL7.5º33.9%76.86%-
HSV(B)7.5º18.52%84.71%-
XYZ52.6850.7848.1-
YUV190.9119.6145.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 176 (69.14% from 255) = 30.72%
R=37.70%
G=31.59%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618117600.160.190.157.533.976.86
HexD8B5B001013F8224d
Octal33026526002023171042115
Binary11011000101101011011000001000010011111110001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B5B0; }

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

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

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

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

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

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

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

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