#D5BEB4

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

Shades of Wafer #D5BEB4

Tints of Wafer #D5BEB4

Color information

#D5BEB4 (or 0xD5BEB4) is unknown color: approx Wafer. HEX triplet: D5, BE and B4. RGB value is (213,190,180). Sum of RGB (Red+Green+Blue) = 213+190+180=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEB4 is #2A414B. Grayscale: #C3C3C3. Windows color (decimal): -2769228 or 11845333. OLE color: 11845333.

HSL color Cylindrical-coordinate representation of color #D5BEB4: hue angle of 18.18º 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 #D5BEB4 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213190180-
CMYK00.110.150.16
HSL18.18º28.21%77.06%-
HSV(B)18.18º15.49%83.53%-
XYZ54.0954.2750.8-
YUV195.74119.12140.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 180 (70.70% from 255) = 30.87%
R=36.54%
G=32.59%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319018000.110.150.1618.1828.2177.06
HexD5BEB40BF10121c4d
Octal32527626401317202234115
Binary1101010110111110101101000101111111000010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEB4; }

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

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

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

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

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

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

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

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