#D9B1AA

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

Shades of Oyster Pink #D9B1AA

Tints of Oyster Pink #D9B1AA

Color information

#D9B1AA (or 0xD9B1AA) is unknown color: approx Oyster Pink. HEX triplet: D9, B1 and AA. RGB value is (217,177,170). Sum of RGB (Red+Green+Blue) = 217+177+170=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B1AA is #264E55. Grayscale: #BCBCBC. Windows color (decimal): -2510422 or 11186649. OLE color: 11186649.

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

Color convert

RGB217177170-
CMYK00.180.220.15
HSL8.94º38.21%75.88%-
HSV(B)8.94º21.66%85.1%-
XYZ51.5949.144.79-
YUV188.16117.75148.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 177 (69.53% from 255) = 31.38%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=38.48%
G=31.38%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717717000.180.220.158.9438.2175.88
HexD9B1AA01216F9264c
Octal33126125202226171146114
Binary11011001101100011010101001001010110111110011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1AA; }

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

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

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

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

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

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

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

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