#D9B1AE

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

Shades of Oyster Pink #D9B1AE

Tints of Oyster Pink #D9B1AE

Color information

#D9B1AE (or 0xD9B1AE) is unknown color: approx Oyster Pink. HEX triplet: D9, B1 and AE. RGB value is (217,177,174). Sum of RGB (Red+Green+Blue) = 217+177+174=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B1AE is #264E51. Grayscale: #BCBCBC. Windows color (decimal): -2510418 or 11448793. OLE color: 11448793.

HSL color Cylindrical-coordinate representation of color #D9B1AE: hue angle of 4.19º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9B1AE is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217177174-
CMYK00.180.200.15
HSL4.19º36.13%76.67%-
HSV(B)4.19º19.82%85.1%-
XYZ51.9849.2546.81-
YUV188.62119.75148.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=38.20%
G=31.16%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717717400.180.200.154.1936.1376.67
HexD9B1AE01214F4244d
Octal3312612560222417444115
Binary1101100110110001101011100100101010011111001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1AE; }

 p { color: rgb(217,177,174); }

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

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

 a { background-color: rgb(217,177,174); }

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

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

 span { border-color: rgb(217,177,174); }

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