#D9B9B7

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

Shades of Oyster Pink #D9B9B7

Tints of Oyster Pink #D9B9B7

Color information

#D9B9B7 (or 0xD9B9B7) is unknown color: approx Oyster Pink. HEX triplet: D9, B9 and B7. RGB value is (217,185,183). Sum of RGB (Red+Green+Blue) = 217+185+183=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9B7 is #264648. Grayscale: #C2C2C2. Windows color (decimal): -2508361 or 12040665. OLE color: 12040665.

HSL color Cylindrical-coordinate representation of color #D9B9B7: hue angle of 3.53º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9B9B7 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB217185183-
CMYK00.150.160.15
HSL3.53º30.91%78.43%-
HSV(B)3.53º15.67%85.1%-
XYZ54.5152.8752.13-
YUV194.34121.6144.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 183 (71.88% from 255) = 31.28%
R=37.09%
G=31.62%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718518300.150.160.153.5330.9178.43
HexD9B9B70F10F41f4e
Octal3312712670172017437116
Binary11011001101110011011011101111100001111100111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B9B7; }

 p { color: rgb(217,185,183); }

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

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

 a { background-color: rgb(217,185,183); }

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

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

 span { border-color: rgb(217,185,183); }

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