#D8BCB7

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

Shades of Oyster Pink #D8BCB7

Tints of Oyster Pink #D8BCB7

Color information

#D8BCB7 (or 0xD8BCB7) is unknown color: approx Oyster Pink. HEX triplet: D8, BC and B7. RGB value is (216,188,183). Sum of RGB (Red+Green+Blue) = 216+188+183=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCB7 is #274348. Grayscale: #C3C3C3. Windows color (decimal): -2573129 or 12041432. OLE color: 12041432.

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

Color convert

RGB216188183-
CMYK00.130.150.15
HSL9.09º29.73%78.24%-
HSV(B)9.09º15.28%84.71%-
XYZ54.8553.9852.33-
YUV195.8120.78142.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 183 (71.88% from 255) = 31.18%
R=36.80%
G=32.03%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618818300.130.150.159.0929.7378.24
HexD8BCB70DFF91e4e
Octal33027426701517171136116
Binary11011000101111001011011101101111111111001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BCB7; }

 p { color: rgb(216,188,183); }

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

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

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

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

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

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

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