#D5BAB4

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

Shades of Oyster Pink #D5BAB4

Tints of Oyster Pink #D5BAB4

Color information

#D5BAB4 (or 0xD5BAB4) is unknown color: approx Oyster Pink. HEX triplet: D5, BA and B4. RGB value is (213,186,180). Sum of RGB (Red+Green+Blue) = 213+186+180=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAB4 is #2A454B. Grayscale: #C1C1C1. Windows color (decimal): -2770252 or 11844309. OLE color: 11844309.

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

Color convert

RGB213186180-
CMYK00.130.150.16
HSL10.91º28.21%77.06%-
HSV(B)10.91º15.49%83.53%-
XYZ53.2452.5650.52-
YUV193.39120.45141.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.79%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 180 (70.70% from 255) = 31.09%
R=36.79%
G=32.12%
B=31.09%

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
Decimal21318618000.130.150.1610.9128.2177.06
HexD5BAB40DF10b1c4d
Octal32527226401517201334115
Binary110101011011101010110100011011111100001011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAB4; }

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

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

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

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

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

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

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

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