#D5BBB1

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

Shades of Wafer #D5BBB1

Tints of Wafer #D5BBB1

Color information

#D5BBB1 (or 0xD5BBB1) is unknown color: approx Wafer. HEX triplet: D5, BB and B1. RGB value is (213,187,177). Sum of RGB (Red+Green+Blue) = 213+187+177=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBB1 is #2A444E. Grayscale: #C1C1C1. Windows color (decimal): -2769999 or 11647957. OLE color: 11647957.

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

Color convert

RGB213187177-
CMYK00.120.170.16
HSL16.67º30%76.47%-
HSV(B)16.67º16.9%83.53%-
XYZ53.1552.8649-
YUV193.63118.61141.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 177 (69.53% from 255) = 30.68%
R=36.92%
G=32.41%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318717700.120.170.1616.673076.47
HexD5BBB10C1110111e4c
Octal32527326101421202136114
Binary11010101101110111011000101100100011000010001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBB1; }

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

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

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

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

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

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

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

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