#D7BAB4

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

Shades of Oyster Pink #D7BAB4

Tints of Oyster Pink #D7BAB4

Color information

#D7BAB4 (or 0xD7BAB4) is unknown color: approx Oyster Pink. HEX triplet: D7, BA and B4. RGB value is (215,186,180). Sum of RGB (Red+Green+Blue) = 215+186+180=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAB4 is #28454B. Grayscale: #C2C2C2. Windows color (decimal): -2639180 or 11844311. OLE color: 11844311.

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

Color convert

RGB215186180-
CMYK00.130.160.16
HSL10.29º30.43%77.45%-
HSV(B)10.29º16.28%84.31%-
XYZ53.8252.8650.55-
YUV193.99120.11142.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 180 (70.70% from 255) = 30.98%
R=37.01%
G=32.01%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518618000.130.160.1610.2930.4377.45
HexD7BAB40D1010a1e4d
Octal32727226401520201236115
Binary1101011110111010101101000110110000100001010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAB4; }

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

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

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

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

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

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

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

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