#D5BAB6

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

Shades of Oyster Pink #D5BAB6

Tints of Oyster Pink #D5BAB6

Color information

#D5BAB6 (or 0xD5BAB6) is unknown color: approx Oyster Pink. HEX triplet: D5, BA and B6. RGB value is (213,186,182). Sum of RGB (Red+Green+Blue) = 213+186+182=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAB6 is #2A4549. Grayscale: #C1C1C1. Windows color (decimal): -2770250 or 11975381. OLE color: 11975381.

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

Color convert

RGB213186182-
CMYK00.130.150.16
HSL7.74º26.96%77.45%-
HSV(B)7.74º14.55%83.53%-
XYZ53.4452.6451.6-
YUV193.62121.45141.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.66%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 182 (71.48% from 255) = 31.33%
R=36.66%
G=32.01%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318618200.130.150.167.7426.9677.45
HexD5BAB60DF1081b4d
Octal32527226601517201033115
Binary110101011011101010110110011011111100001000110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAB6; }

 p { color: rgb(213,186,182); }

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

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

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

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

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

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

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