#D8B6B3

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

Shades of Oyster Pink #D8B6B3

Tints of Oyster Pink #D8B6B3

Color information

#D8B6B3 (or 0xD8B6B3) is unknown color: approx Oyster Pink. HEX triplet: D8, B6 and B3. RGB value is (216,182,179). Sum of RGB (Red+Green+Blue) = 216+182+179=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B6B3 is #27494C. Grayscale: #BFBFBF. Windows color (decimal): -2574669 or 11777752. OLE color: 11777752.

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

Color convert

RGB216182179-
CMYK00.160.170.15
HSL4.86º32.17%77.45%-
HSV(B)4.86º17.13%84.71%-
XYZ53.1851.3149.75-
YUV191.82120.76145.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.44%
GREEN value IS 182 (71.48% from 255) = 31.54%
BLUE value IS 179 (70.31% from 255) = 31.02%
R=37.44%
G=31.54%
B=31.02%

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
Decimal21618217900.160.170.154.8632.1777.45
HexD8B6B301011F5204d
Octal3302662630202117540115
Binary1101100010110110101100110100001000111111011000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B6B3; }

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

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

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

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

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

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

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

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