#D9B2AE

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

Shades of Oyster Pink #D9B2AE

Tints of Oyster Pink #D9B2AE

Color information

#D9B2AE (or 0xD9B2AE) is unknown color: approx Oyster Pink. HEX triplet: D9, B2 and AE. RGB value is (217,178,174). Sum of RGB (Red+Green+Blue) = 217+178+174=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B2AE is #264D51. Grayscale: #BDBDBD. Windows color (decimal): -2510162 or 11449049. OLE color: 11449049.

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

Color convert

RGB217178174-
CMYK00.180.200.15
HSL5.58º36.13%76.67%-
HSV(B)5.58º19.82%85.1%-
XYZ52.1849.6546.88-
YUV189.2119.42147.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=38.14%
G=31.28%
B=30.58%

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
Decimal21717817400.180.200.155.5836.1376.67
HexD9B2AE01214F6244d
Octal3312622560222417644115
Binary1101100110110010101011100100101010011111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B2AE; }

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

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

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

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

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

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

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

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