#D5B3AE

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

Shades of Oyster Pink #D5B3AE

Tints of Oyster Pink #D5B3AE

Color information

#D5B3AE (or 0xD5B3AE) is unknown color: approx Oyster Pink. HEX triplet: D5, B3 and AE. RGB value is (213,179,174). Sum of RGB (Red+Green+Blue) = 213+179+174=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B3AE is #2A4C51. Grayscale: #BCBCBC. Windows color (decimal): -2772050 or 11449301. OLE color: 11449301.

HSL color Cylindrical-coordinate representation of color #D5B3AE: hue angle of 7.69º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5B3AE is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB213179174-
CMYK00.160.180.16
HSL7.69º31.71%75.88%-
HSV(B)7.69º18.31%83.53%-
XYZ51.249.4446.89-
YUV188.6119.76145.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 179 (70.31% from 255) = 31.63%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=37.63%
G=31.63%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317917400.160.180.167.6931.7175.88
HexD5B3AE01012108204c
Octal32526325602022201040114
Binary110101011011001110101110010000100101000010001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B3AE; }

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

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

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

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

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

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

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

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