#D1BEB4

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

Shades of Wafer #D1BEB4

Tints of Wafer #D1BEB4

Color information

#D1BEB4 (or 0xD1BEB4) is unknown color: approx Wafer. HEX triplet: D1, BE and B4. RGB value is (209,190,180). Sum of RGB (Red+Green+Blue) = 209+190+180=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEB4 is #2E414B. Grayscale: #C2C2C2. Windows color (decimal): -3031372 or 11845329. OLE color: 11845329.

HSL color Cylindrical-coordinate representation of color #D1BEB4: hue angle of 20.69º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1BEB4 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB209190180-
CMYK00.090.140.18
HSL20.69º23.97%76.27%-
HSV(B)20.69º13.88%81.96%-
XYZ52.9553.6850.75-
YUV194.54119.79138.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 180 (70.70% from 255) = 31.09%
R=36.10%
G=32.82%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919018000.090.140.1820.6923.9776.27
HexD1BEB409E1215184c
Octal32127626401116222530114
Binary1101000110111110101101000100111101001010101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BEB4; }

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

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

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

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

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

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

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

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