#D9B8B8

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

Shades of Oyster Pink #D9B8B8

Tints of Oyster Pink #D9B8B8

Color information

#D9B8B8 (or 0xD9B8B8) is unknown color: approx Oyster Pink. HEX triplet: D9, B8 and B8. RGB value is (217,184,184). Sum of RGB (Red+Green+Blue) = 217+184+184=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B8B8 is #264747. Grayscale: #C1C1C1. Windows color (decimal): -2508616 or 12105945. OLE color: 12105945.

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

Color convert

RGB217184184-
CMYK00.150.150.15
HSL30.28%78.63%-
HSV(B)15.21%85.1%-
XYZ54.4152.4952.61-
YUV193.87122.43144.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 184 (72.27% from 255) = 31.45%
BLUE value IS 184 (72.27% from 255) = 31.45%
R=37.09%
G=31.45%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718418400.150.150.15030.2878.63
HexD9B8B80FFF01e4f
Octal3312702700171717036117
Binary11011001101110001011100001111111111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B8B8; }

 p { color: rgb(217,184,184); }

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

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

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

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

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

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

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