#D7BABA

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

Shades of Oyster Pink #D7BABA

Tints of Oyster Pink #D7BABA

Color information

#D7BABA (or 0xD7BABA) is unknown color: approx Oyster Pink. HEX triplet: D7, BA and BA. RGB value is (215,186,186). Sum of RGB (Red+Green+Blue) = 215+186+186=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BABA is #284545. Grayscale: #C2C2C2. Windows color (decimal): -2639174 or 12237527. OLE color: 12237527.

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

Color convert

RGB215186186-
CMYK00.130.130.16
HSL26.61%78.63%-
HSV(B)13.49%84.31%-
XYZ54.4553.1153.84-
YUV194.67123.11142.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=36.63%
G=31.69%
B=31.69%

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
Decimal21518618600.130.130.16026.6178.63
HexD7BABA0DD1001b4f
Octal3272722720151520033117
Binary110101111011101010111010011011101100000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BABA; }

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

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

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

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

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

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

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

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