#D8B6B6

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

Shades of Oyster Pink #D8B6B6

Tints of Oyster Pink #D8B6B6

Color information

#D8B6B6 (or 0xD8B6B6) is unknown color: approx Oyster Pink. HEX triplet: D8, B6 and B6. RGB value is (216,182,182). Sum of RGB (Red+Green+Blue) = 216+182+182=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B6B6 is #274949. Grayscale: #C0C0C0. Windows color (decimal): -2574666 or 11974360. OLE color: 11974360.

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

Color convert

RGB216182182-
CMYK00.160.160.15
HSL30.36%78.04%-
HSV(B)15.74%84.71%-
XYZ53.4951.4351.36-
YUV192.17122.26145-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 182 (71.48% from 255) = 31.38%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=37.24%
G=31.38%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618218200.160.160.15030.3678.04
HexD8B6B601010F01e4e
Octal3302662660202017036116
Binary1101100010110110101101100100001000011110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B6B6; }

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

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

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

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

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

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

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

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