#D8B5B3

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

Shades of Oyster Pink #D8B5B3

Tints of Oyster Pink #D8B5B3

Color information

#D8B5B3 (or 0xD8B5B3) is unknown color: approx Oyster Pink. HEX triplet: D8, B5 and B3. RGB value is (216,181,179). Sum of RGB (Red+Green+Blue) = 216+181+179=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5B3 is #274A4C. Grayscale: #BFBFBF. Windows color (decimal): -2574925 or 11777496. OLE color: 11777496.

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

Color convert

RGB216181179-
CMYK00.160.170.15
HSL3.24º32.17%77.45%-
HSV(B)3.24º17.13%84.71%-
XYZ52.9850.949.68-
YUV191.24121.1145.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 181 (71.09% from 255) = 31.42%
BLUE value IS 179 (70.31% from 255) = 31.08%
R=37.5%
G=31.42%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618117900.160.170.153.2432.1777.45
HexD8B5B301011F3204d
Octal3302652630202117340115
Binary110110001011010110110011010000100011111111000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B5B3; }

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

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

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

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

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

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

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

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