#D5BBB0

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

Shades of Wafer #D5BBB0

Tints of Wafer #D5BBB0

Color information

#D5BBB0 (or 0xD5BBB0) is unknown color: approx Wafer. HEX triplet: D5, BB and B0. RGB value is (213,187,176). Sum of RGB (Red+Green+Blue) = 213+187+176=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBB0 is #2A444F. Grayscale: #C1C1C1. Windows color (decimal): -2770000 or 11582421. OLE color: 11582421.

HSL color Cylindrical-coordinate representation of color #D5BBB0: hue angle of 17.84º degrees, saturation: 0.31, 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 #D5BBB0 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213187176-
CMYK00.120.170.16
HSL17.84º30.58%76.27%-
HSV(B)17.84º17.37%83.53%-
XYZ53.0552.8248.47-
YUV193.52118.11141.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 176 (69.14% from 255) = 30.56%
R=36.98%
G=32.47%
B=30.56%

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
Decimal21318717600.120.170.1617.8430.5876.27
HexD5BBB00C1110121f4c
Octal32527326001421202237114
Binary11010101101110111011000001100100011000010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBB0; }

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

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

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

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

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

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

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

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