#D8B2AB

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

Shades of Oyster Pink #D8B2AB

Tints of Oyster Pink #D8B2AB

Color information

#D8B2AB (or 0xD8B2AB) is unknown color: approx Oyster Pink. HEX triplet: D8, B2 and AB. RGB value is (216,178,171). Sum of RGB (Red+Green+Blue) = 216+178+171=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B2AB is #274D54. Grayscale: #BCBCBC. Windows color (decimal): -2575701 or 11252440. OLE color: 11252440.

HSL color Cylindrical-coordinate representation of color #D8B2AB: hue angle of 9.33º 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 #D8B2AB is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216178171-
CMYK00.180.210.15
HSL9.33º36.59%75.88%-
HSV(B)9.33º20.83%84.71%-
XYZ51.5949.3845.34-
YUV188.56118.09147.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.23%
GREEN value IS 178 (69.92% from 255) = 31.50%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=38.23%
G=31.50%
B=30.27%

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
Decimal21617817100.180.210.159.3336.5975.88
HexD8B2AB01215F9254c
Octal33026225302225171145114
Binary11011000101100101010101101001010101111110011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B2AB; }

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

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

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

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

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

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

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

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