#DFBEB2

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

Shades of Wafer #DFBEB2

Tints of Wafer #DFBEB2

Color information

#DFBEB2 (or 0xDFBEB2) is unknown color: approx Wafer. HEX triplet: DF, BE and B2. RGB value is (223,190,178). Sum of RGB (Red+Green+Blue) = 223+190+178=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBEB2 is #20414D. Grayscale: #C6C6C6. Windows color (decimal): -2113870 or 11714271. OLE color: 11714271.

HSL color Cylindrical-coordinate representation of color #DFBEB2: hue angle of 16º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBEB2 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223190178-
CMYK00.150.200.13
HSL16º41.28%78.63%-
HSV(B)16º20.18%87.45%-
XYZ56.8855.7349.88-
YUV198.5116.43145.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 178 (69.92% from 255) = 30.12%
R=37.73%
G=32.15%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319017800.150.200.131641.2878.63
HexDFBEB20F14D10294f
Octal33727626201724152051117
Binary11011111101111101011001001111101001101100001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEB2; }

 p { color: rgb(223,190,178); }

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

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

 a { background-color: rgb(223,190,178); }

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

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

 span { border-color: rgb(223,190,178); }

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