#D9BAB9

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

Shades of Oyster Pink #D9BAB9

Tints of Oyster Pink #D9BAB9

Color information

#D9BAB9 (or 0xD9BAB9) is unknown color: approx Oyster Pink. HEX triplet: D9, BA and B9. RGB value is (217,186,185). Sum of RGB (Red+Green+Blue) = 217+186+185=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAB9 is #264546. Grayscale: #C3C3C3. Windows color (decimal): -2508103 or 12171993. OLE color: 12171993.

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

Color convert

RGB217186185-
CMYK00.140.150.15
HSL1.88º29.63%78.82%-
HSV(B)1.88º14.75%85.1%-
XYZ54.9353.3753.31-
YUV195.16122.27143.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.90%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 185 (72.66% from 255) = 31.46%
R=36.90%
G=31.63%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718618500.140.150.151.8829.6378.82
HexD9BAB90EFF21e4f
Octal3312722710161717236117
Binary110110011011101010111001011101111111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAB9; }

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

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

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

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

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

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

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

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