#D3B2AE

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

Shades of Oyster Pink #D3B2AE

Tints of Oyster Pink #D3B2AE

Color information

#D3B2AE (or 0xD3B2AE) is unknown color: approx Oyster Pink. HEX triplet: D3, B2 and AE. RGB value is (211,178,174). Sum of RGB (Red+Green+Blue) = 211+178+174=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B2AE is #2C4D51. Grayscale: #BBBBBB. Windows color (decimal): -2903378 or 11449043. OLE color: 11449043.

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

Color convert

RGB211178174-
CMYK00.160.180.17
HSL6.49º29.6%75.49%-
HSV(B)6.49º17.54%82.75%-
XYZ50.4248.7546.8-
YUV187.41120.43144.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.48%
GREEN value IS 178 (69.92% from 255) = 31.62%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=37.48%
G=31.62%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117817400.160.180.176.4929.675.49
HexD3B2AE010121161e4b
Octal3232622560202221636113
Binary1101001110110010101011100100001001010001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B2AE; }

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

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

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

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

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

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

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

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