#D8BABA

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

Shades of Oyster Pink #D8BABA

Tints of Oyster Pink #D8BABA

Color information

#D8BABA (or 0xD8BABA) is unknown color: approx Oyster Pink. HEX triplet: D8, BA and BA. RGB value is (216,186,186). Sum of RGB (Red+Green+Blue) = 216+186+186=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BABA is #274545. Grayscale: #C3C3C3. Windows color (decimal): -2573638 or 12237528. OLE color: 12237528.

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

Color convert

RGB216186186-
CMYK00.140.140.15
HSL27.78%78.82%-
HSV(B)13.89%84.71%-
XYZ54.7453.2653.85-
YUV194.97122.94143-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.73%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=36.73%
G=31.63%
B=31.63%

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
Decimal21618618600.140.140.15027.7878.82
HexD8BABA0EEF01c4f
Octal3302722720161617034117
Binary11011000101110101011101001110111011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BABA; }

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

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

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

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

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

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

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

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