#D8B2AA

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

Shades of Oyster Pink #D8B2AA

Tints of Oyster Pink #D8B2AA

Color information

#D8B2AA (or 0xD8B2AA) is unknown color: approx Oyster Pink. HEX triplet: D8, B2 and AA. RGB value is (216,178,170). Sum of RGB (Red+Green+Blue) = 216+178+170=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B2AA is #274D55. Grayscale: #BCBCBC. Windows color (decimal): -2575702 or 11186904. OLE color: 11186904.

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

Color convert

RGB216178170-
CMYK00.180.210.15
HSL10.43º37.1%75.69%-
HSV(B)10.43º21.3%84.71%-
XYZ51.4949.3444.84-
YUV188.45117.59147.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 178 (69.92% from 255) = 31.56%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=38.30%
G=31.56%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617817000.180.210.1510.4337.175.69
HexD8B2AA01215Fa254c
Octal33026225202225171245114
Binary11011000101100101010101001001010101111110101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B2AA; }

 p { color: rgb(216,178,170); }

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

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

 a { background-color: rgb(216,178,170); }

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

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

 span { border-color: rgb(216,178,170); }

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