#D5BBB4

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

Shades of Wafer #D5BBB4

Tints of Wafer #D5BBB4

Color information

#D5BBB4 (or 0xD5BBB4) is unknown color: approx Wafer. HEX triplet: D5, BB and B4. RGB value is (213,187,180). Sum of RGB (Red+Green+Blue) = 213+187+180=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBB4 is #2A444B. Grayscale: #C2C2C2. Windows color (decimal): -2769996 or 11844565. OLE color: 11844565.

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

Color convert

RGB213187180-
CMYK00.120.150.16
HSL12.73º28.21%77.06%-
HSV(B)12.73º15.49%83.53%-
XYZ53.4552.9850.59-
YUV193.98120.11141.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 180 (70.70% from 255) = 31.03%
R=36.72%
G=32.24%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318718000.120.150.1612.7328.2177.06
HexD5BBB40CF10d1c4d
Octal32527326401417201534115
Binary110101011011101110110100011001111100001101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBB4; }

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

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

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

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

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

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

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

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