#D9B3AE

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

Shades of Oyster Pink #D9B3AE

Tints of Oyster Pink #D9B3AE

Color information

#D9B3AE (or 0xD9B3AE) is unknown color: approx Oyster Pink. HEX triplet: D9, B3 and AE. RGB value is (217,179,174). Sum of RGB (Red+Green+Blue) = 217+179+174=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B3AE is #264C51. Grayscale: #BDBDBD. Windows color (decimal): -2509906 or 11449305. OLE color: 11449305.

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

Color convert

RGB217179174-
CMYK00.180.200.15
HSL6.98º36.13%76.67%-
HSV(B)6.98º19.82%85.1%-
XYZ52.3850.0546.94-
YUV189.79119.09147.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=38.07%
G=31.40%
B=30.53%

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
Decimal21717917400.180.200.156.9836.1376.67
HexD9B3AE01214F7244d
Octal3312632560222417744115
Binary1101100110110011101011100100101010011111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B3AE; }

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

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

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

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

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

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

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

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