#D6BABA

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

Shades of Oyster Pink #D6BABA

Tints of Oyster Pink #D6BABA

Color information

#D6BABA (or 0xD6BABA) is unknown color: approx Oyster Pink. HEX triplet: D6, BA and BA. RGB value is (214,186,186). Sum of RGB (Red+Green+Blue) = 214+186+186=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BABA is #294545. Grayscale: #C2C2C2. Windows color (decimal): -2704710 or 12237526. OLE color: 12237526.

HSL color Cylindrical-coordinate representation of color #D6BABA: hue angle of 0º degrees, saturation: 0.25, 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 #D6BABA is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214186186-
CMYK00.130.130.16
HSL25.45%78.43%-
HSV(B)13.08%83.92%-
XYZ54.1552.9653.82-
YUV194.37123.28142-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=36.52%
G=31.74%
B=31.74%

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
Decimal21418618600.130.130.16025.4578.43
HexD6BABA0DD100194e
Octal3262722720151520031116
Binary110101101011101010111010011011101100000110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BABA; }

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

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

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

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

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

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

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

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