#D8B0AE

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

Shades of Oyster Pink #D8B0AE

Tints of Oyster Pink #D8B0AE

Color information

#D8B0AE (or 0xD8B0AE) is unknown color: approx Oyster Pink. HEX triplet: D8, B0 and AE. RGB value is (216,176,174). Sum of RGB (Red+Green+Blue) = 216+176+174=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B0AE is #274F51. Grayscale: #BBBBBB. Windows color (decimal): -2576210 or 11448536. OLE color: 11448536.

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

Color convert

RGB216176174-
CMYK00.190.190.15
HSL2.86º35%76.47%-
HSV(B)2.86º19.44%84.71%-
XYZ51.4848.7146.73-
YUV187.73120.25148.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 176 (69.14% from 255) = 31.10%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=38.16%
G=31.10%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617617400.190.190.152.863576.47
HexD8B0AE01313F3234c
Octal3302602560232317343114
Binary110110001011000010101110010011100111111111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B0AE; }

 p { color: rgb(216,176,174); }

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

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

 a { background-color: rgb(216,176,174); }

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

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

 span { border-color: rgb(216,176,174); }

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