#D4B4AE

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

Shades of Oyster Pink #D4B4AE

Tints of Oyster Pink #D4B4AE

Color information

#D4B4AE (or 0xD4B4AE) is unknown color: approx Oyster Pink. HEX triplet: D4, B4 and AE. RGB value is (212,180,174). Sum of RGB (Red+Green+Blue) = 212+180+174=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B4AE is #2B4B51. Grayscale: #BCBCBC. Windows color (decimal): -2837330 or 11449556. OLE color: 11449556.

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

Color convert

RGB212180174-
CMYK00.150.180.17
HSL9.47º30.65%75.69%-
HSV(B)9.47º17.92%83.14%-
XYZ51.1149.746.94-
YUV188.88119.6144.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 180 (70.70% from 255) = 31.80%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=37.46%
G=31.80%
B=30.74%

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
Decimal21218017400.150.180.179.4730.6575.69
HexD4B4AE0F121191f4c
Octal32426425601722211137114
Binary1101010010110100101011100111110010100011001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B4AE; }

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

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

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

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

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

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

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

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