#D3BAB7

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

Shades of Oyster Pink #D3BAB7

Tints of Oyster Pink #D3BAB7

Color information

#D3BAB7 (or 0xD3BAB7) is unknown color: approx Oyster Pink. HEX triplet: D3, BA and B7. RGB value is (211,186,183). Sum of RGB (Red+Green+Blue) = 211+186+183=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAB7 is #2C4548. Grayscale: #C1C1C1. Windows color (decimal): -2901321 or 12040915. OLE color: 12040915.

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

Color convert

RGB211186183-
CMYK00.120.130.17
HSL6.43º24.14%77.25%-
HSV(B)6.43º13.27%82.75%-
XYZ52.9752.3952.12-
YUV193.13122.28140.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.38%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 183 (71.88% from 255) = 31.55%
R=36.38%
G=32.07%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118618300.120.130.176.4324.1477.25
HexD3BAB70CD116184d
Octal3232722670141521630115
Binary11010011101110101011011101100110110001110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BAB7; }

 p { color: rgb(211,186,183); }

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

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

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

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

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

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

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