#D7BBB1

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

Shades of Wafer #D7BBB1

Tints of Wafer #D7BBB1

Color information

#D7BBB1 (or 0xD7BBB1) is unknown color: approx Wafer. HEX triplet: D7, BB and B1. RGB value is (215,187,177). Sum of RGB (Red+Green+Blue) = 215+187+177=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BBB1 is #28444E. Grayscale: #C2C2C2. Windows color (decimal): -2638927 or 11647959. OLE color: 11647959.

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

Color convert

RGB215187177-
CMYK00.130.180.16
HSL15.79º32.2%76.86%-
HSV(B)15.79º17.67%84.31%-
XYZ53.7353.1649.02-
YUV194.23118.28142.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 177 (69.53% from 255) = 30.57%
R=37.13%
G=32.30%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518717700.130.180.1615.7932.276.86
HexD7BBB10D121010204d
Octal32727326101522202040115
Binary110101111011101110110001011011001010000100001000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBB1; }

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

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

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

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

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

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

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

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