#D8BAB3

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

Shades of Oyster Pink #D8BAB3

Tints of Oyster Pink #D8BAB3

Color information

#D8BAB3 (or 0xD8BAB3) is unknown color: approx Oyster Pink. HEX triplet: D8, BA and B3. RGB value is (216,186,179). Sum of RGB (Red+Green+Blue) = 216+186+179=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAB3 is #27454C. Grayscale: #C2C2C2. Windows color (decimal): -2573645 or 11778776. OLE color: 11778776.

HSL color Cylindrical-coordinate representation of color #D8BAB3: hue angle of 11.35º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8BAB3 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216186179-
CMYK00.140.170.15
HSL11.35º32.17%77.45%-
HSV(B)11.35º17.13%84.71%-
XYZ54.0152.9750.03-
YUV194.17119.44143.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 179 (70.31% from 255) = 30.81%
R=37.18%
G=32.01%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618617900.140.170.1511.3532.1777.45
HexD8BAB30E11Fb204d
Octal33027226301621171340115
Binary1101100010111010101100110111010001111110111000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAB3; }

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

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

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

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

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

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

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

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