#D9BABA

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

Shades of Oyster Pink #D9BABA

Tints of Oyster Pink #D9BABA

Color information

#D9BABA (or 0xD9BABA) is unknown color: approx Oyster Pink. HEX triplet: D9, BA and BA. RGB value is (217,186,186). Sum of RGB (Red+Green+Blue) = 217+186+186=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BABA is #264545. Grayscale: #C3C3C3. Windows color (decimal): -2508102 or 12237529. OLE color: 12237529.

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

Color convert

RGB217186186-
CMYK00.140.140.15
HSL28.97%79.02%-
HSV(B)14.29%85.1%-
XYZ55.0453.4153.86-
YUV195.27122.77143.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=36.84%
G=31.58%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718618600.140.140.15028.9779.02
HexD9BABA0EEF01d4f
Octal3312722720161617035117
Binary11011001101110101011101001110111011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BABA; }

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

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

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

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

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

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

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

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