#D5BABA

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

Shades of Oyster Pink #D5BABA

Tints of Oyster Pink #D5BABA

Color information

#D5BABA (or 0xD5BABA) is unknown color: approx Oyster Pink. HEX triplet: D5, BA and BA. RGB value is (213,186,186). Sum of RGB (Red+Green+Blue) = 213+186+186=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BABA is #2A4545. Grayscale: #C2C2C2. Windows color (decimal): -2770246 or 12237525. OLE color: 12237525.

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

Color convert

RGB213186186-
CMYK00.130.130.16
HSL24.32%78.24%-
HSV(B)12.68%83.53%-
XYZ53.8652.8153.81-
YUV194.07123.45141.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.41%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=36.41%
G=31.79%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318618600.130.130.16024.3278.24
HexD5BABA0DD100184e
Octal3252722720151520030116
Binary110101011011101010111010011011101100000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BABA; }

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

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

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

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

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

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

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

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