#D4B5AE

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

Shades of Oyster Pink #D4B5AE

Tints of Oyster Pink #D4B5AE

Color information

#D4B5AE (or 0xD4B5AE) is unknown color: approx Oyster Pink. HEX triplet: D4, B5 and AE. RGB value is (212,181,174). Sum of RGB (Red+Green+Blue) = 212+181+174=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B5AE is #2B4A51. Grayscale: #BDBDBD. Windows color (decimal): -2837074 or 11449812. OLE color: 11449812.

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

Color convert

RGB212181174-
CMYK00.150.180.17
HSL11.05º30.65%75.69%-
HSV(B)11.05º17.92%83.14%-
XYZ51.3250.147.01-
YUV189.47119.27144.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 181 (71.09% from 255) = 31.92%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=37.39%
G=31.92%
B=30.69%

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
Decimal21218117400.150.180.1711.0530.6575.69
HexD4B5AE0F1211b1f4c
Octal32426525601722211337114
Binary1101010010110101101011100111110010100011011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B5AE; }

 p { color: rgb(212,181,174); }

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

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

 a { background-color: rgb(212,181,174); }

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

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

 span { border-color: rgb(212,181,174); }

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