#D4BABA

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

Shades of Oyster Pink #D4BABA

Tints of Oyster Pink #D4BABA

Color information

#D4BABA (or 0xD4BABA) is unknown color: approx Oyster Pink. HEX triplet: D4, BA and BA. RGB value is (212,186,186). Sum of RGB (Red+Green+Blue) = 212+186+186=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BABA is #2B4545. Grayscale: #C1C1C1. Windows color (decimal): -2835782 or 12237524. OLE color: 12237524.

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

Color convert

RGB212186186-
CMYK00.120.120.17
HSL23.21%78.04%-
HSV(B)12.26%83.14%-
XYZ53.5752.6653.8-
YUV193.77123.61141-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.30%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=36.30%
G=31.85%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218618600.120.120.17023.2178.04
HexD4BABA0CC110174e
Octal3242722720141421027116
Binary110101001011101010111010011001100100010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BABA; }

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

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

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

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

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

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

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

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