#D8B1AD

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

Shades of Oyster Pink #D8B1AD

Tints of Oyster Pink #D8B1AD

Color information

#D8B1AD (or 0xD8B1AD) is unknown color: approx Oyster Pink. HEX triplet: D8, B1 and AD. RGB value is (216,177,173). Sum of RGB (Red+Green+Blue) = 216+177+173=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B1AD is #274E52. Grayscale: #BCBCBC. Windows color (decimal): -2575955 or 11383256. OLE color: 11383256.

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

Color convert

RGB216177173-
CMYK00.180.200.15
HSL5.58º35.54%76.27%-
HSV(B)5.58º19.91%84.71%-
XYZ51.5849.0646.29-
YUV188.2119.42147.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 177 (69.53% from 255) = 31.27%
BLUE value IS 173 (67.97% from 255) = 30.57%
R=38.16%
G=31.27%
B=30.57%

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
Decimal21617717300.180.200.155.5835.5476.27
HexD8B1AD01214F6244c
Octal3302612550222417644114
Binary1101100010110001101011010100101010011111101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B1AD; }

 p { color: rgb(216,177,173); }

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

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

 a { background-color: rgb(216,177,173); }

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

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

 span { border-color: rgb(216,177,173); }

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