#D8BCB9

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

Shades of Oyster Pink #D8BCB9

Tints of Oyster Pink #D8BCB9

Color information

#D8BCB9 (or 0xD8BCB9) is unknown color: approx Oyster Pink. HEX triplet: D8, BC and B9. RGB value is (216,188,185). Sum of RGB (Red+Green+Blue) = 216+188+185=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCB9 is #274346. Grayscale: #C4C4C4. Windows color (decimal): -2573127 or 12172504. OLE color: 12172504.

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

Color convert

RGB216188185-
CMYK00.130.140.15
HSL5.81º28.44%78.63%-
HSV(B)5.81º14.35%84.71%-
XYZ55.0654.0753.43-
YUV196.03121.78142.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 185 (72.66% from 255) = 31.41%
R=36.67%
G=31.92%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618818500.130.140.155.8128.4478.63
HexD8BCB90DEF61c4f
Octal3302742710151617634117
Binary1101100010111100101110010110111101111110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BCB9; }

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

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

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

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

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

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

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

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