#D8B9B3

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

Shades of Oyster Pink #D8B9B3

Tints of Oyster Pink #D8B9B3

Color information

#D8B9B3 (or 0xD8B9B3) is unknown color: approx Oyster Pink. HEX triplet: D8, B9 and B3. RGB value is (216,185,179). Sum of RGB (Red+Green+Blue) = 216+185+179=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9B3 is #27464C. Grayscale: #C1C1C1. Windows color (decimal): -2573901 or 11778520. OLE color: 11778520.

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

Color convert

RGB216185179-
CMYK00.140.170.15
HSL9.73º32.17%77.45%-
HSV(B)9.73º17.13%84.71%-
XYZ53.852.5549.96-
YUV193.58119.77143.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 179 (70.31% from 255) = 30.86%
R=37.24%
G=31.90%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618517900.140.170.159.7332.1777.45
HexD8B9B30E11Fa204d
Octal33027126301621171240115
Binary1101100010111001101100110111010001111110101000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9B3; }

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

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

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

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

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

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

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

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