#D3B3AE

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

Shades of Oyster Pink #D3B3AE

Tints of Oyster Pink #D3B3AE

Color information

#D3B3AE (or 0xD3B3AE) is unknown color: approx Oyster Pink. HEX triplet: D3, B3 and AE. RGB value is (211,179,174). Sum of RGB (Red+Green+Blue) = 211+179+174=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B3AE is #2C4C51. Grayscale: #BCBCBC. Windows color (decimal): -2903122 or 11449299. OLE color: 11449299.

HSL color Cylindrical-coordinate representation of color #D3B3AE: hue angle of 8.11º 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 #D3B3AE is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211179174-
CMYK00.150.180.17
HSL8.11º29.6%75.49%-
HSV(B)8.11º17.54%82.75%-
XYZ50.6249.1546.86-
YUV188120.1144.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.41%
GREEN value IS 179 (70.31% from 255) = 31.74%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=37.41%
G=31.74%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117917400.150.180.178.1129.675.49
HexD3B3AE0F121181e4b
Octal32326325601722211036113
Binary1101001110110011101011100111110010100011000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B3AE; }

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

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

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

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

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

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

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

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