#D7BBB3

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

Shades of Wafer #D7BBB3

Tints of Wafer #D7BBB3

Color information

#D7BBB3 (or 0xD7BBB3) is unknown color: approx Wafer. HEX triplet: D7, BB and B3. RGB value is (215,187,179). Sum of RGB (Red+Green+Blue) = 215+187+179=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBB3 is #28444C. Grayscale: #C2C2C2. Windows color (decimal): -2638925 or 11779031. OLE color: 11779031.

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

Color convert

RGB215187179-
CMYK00.130.170.16
HSL13.33º31.03%77.25%-
HSV(B)13.33º16.74%84.31%-
XYZ53.9353.2450.08-
YUV194.46119.28142.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 179 (70.31% from 255) = 30.81%
R=37.01%
G=32.19%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518717900.130.170.1613.3331.0377.25
HexD7BBB30D1110d1f4d
Octal32727326301521201537115
Binary1101011110111011101100110110110001100001101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBB3; }

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

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

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

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

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

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

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

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