#D3B0AE

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

Shades of Oyster Pink #D3B0AE

Tints of Oyster Pink #D3B0AE

Color information

#D3B0AE (or 0xD3B0AE) is unknown color: approx Oyster Pink. HEX triplet: D3, B0 and AE. RGB value is (211,176,174). Sum of RGB (Red+Green+Blue) = 211+176+174=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B0AE is #2C4F51. Grayscale: #BABABA. Windows color (decimal): -2903890 or 11448531. OLE color: 11448531.

HSL color Cylindrical-coordinate representation of color #D3B0AE: hue angle of 3.24º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3B0AE is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211176174-
CMYK00.170.180.17
HSL3.24º29.6%75.49%-
HSV(B)3.24º17.54%82.75%-
XYZ50.0347.9646.66-
YUV186.24121.1145.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.61%
GREEN value IS 176 (69.14% from 255) = 31.37%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=37.61%
G=31.37%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117617400.170.180.173.2429.675.49
HexD3B0AE011121131e4b
Octal3232602560212221336113
Binary110100111011000010101110010001100101000111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B0AE; }

 p { color: rgb(211,176,174); }

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

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

 a { background-color: rgb(211,176,174); }

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

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

 span { border-color: rgb(211,176,174); }

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