#D8B6B4

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

Shades of Oyster Pink #D8B6B4

Tints of Oyster Pink #D8B6B4

Color information

#D8B6B4 (or 0xD8B6B4) is unknown color: approx Oyster Pink. HEX triplet: D8, B6 and B4. RGB value is (216,182,180). Sum of RGB (Red+Green+Blue) = 216+182+180=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B6B4 is #27494B. Grayscale: #BFBFBF. Windows color (decimal): -2574668 or 11843288. OLE color: 11843288.

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

Color convert

RGB216182180-
CMYK00.160.170.15
HSL3.33º31.58%77.65%-
HSV(B)3.33º16.67%84.71%-
XYZ53.2951.3550.28-
YUV191.94121.26145.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 180 (70.70% from 255) = 31.14%
R=37.37%
G=31.49%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618218000.160.170.153.3331.5877.65
HexD8B6B401011F3204e
Octal3302662640202117340116
Binary110110001011011010110100010000100011111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B6B4; }

 p { color: rgb(216,182,180); }

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

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

 a { background-color: rgb(216,182,180); }

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

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

 span { border-color: rgb(216,182,180); }

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