#D2BAB9

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

Shades of Oyster Pink #D2BAB9

Tints of Oyster Pink #D2BAB9

Color information

#D2BAB9 (or 0xD2BAB9) is unknown color: approx Oyster Pink. HEX triplet: D2, BA and B9. RGB value is (210,186,185). Sum of RGB (Red+Green+Blue) = 210+186+185=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAB9 is #2D4546. Grayscale: #C1C1C1. Windows color (decimal): -2966855 or 12171986. OLE color: 12171986.

HSL color Cylindrical-coordinate representation of color #D2BAB9: hue angle of 2.4º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2BAB9 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB210186185-
CMYK00.110.120.18
HSL2.4º21.74%77.45%-
HSV(B)2.4º11.9%82.35%-
XYZ52.8952.3253.21-
YUV193.06123.45140.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=36.14%
G=32.01%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018618500.110.120.182.421.7477.45
HexD2BAB90BC122164d
Octal3222722710131422226115
Binary1101001010111010101110010101111001001010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BAB9; }

 p { color: rgb(210,186,185); }

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

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

 a { background-color: rgb(210,186,185); }

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

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

 span { border-color: rgb(210,186,185); }

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