#D8BBB1

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

Shades of Wafer #D8BBB1

Tints of Wafer #D8BBB1

Color information

#D8BBB1 (or 0xD8BBB1) is unknown color: approx Wafer. HEX triplet: D8, BB and B1. RGB value is (216,187,177). Sum of RGB (Red+Green+Blue) = 216+187+177=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BBB1 is #27444E. Grayscale: #C2C2C2. Windows color (decimal): -2573391 or 11647960. OLE color: 11647960.

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

Color convert

RGB216187177-
CMYK00.130.180.15
HSL15.38º33.33%77.06%-
HSV(B)15.38º18.06%84.71%-
XYZ54.0353.3149.04-
YUV194.53118.11143.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 177 (69.53% from 255) = 30.52%
R=37.24%
G=32.24%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618717700.130.180.1515.3833.3377.06
HexD8BBB10D12Ff214d
Octal33027326101522171741115
Binary1101100010111011101100010110110010111111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBB1; }

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

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

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

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

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

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

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

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