#DEE2BE

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

Shades of Frost #DEE2BE

Tints of Frost #DEE2BE

Color information

#DEE2BE (or 0xDEE2BE) is unknown color: approx Frost. HEX triplet: DE, E2 and BE. RGB value is (222,226,190). Sum of RGB (Red+Green+Blue) = 222+226+190=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2BE is #211D41. Grayscale: #DCDCDC. Windows color (decimal): -2170178 or 12509918. OLE color: 12509918.

HSL color Cylindrical-coordinate representation of color #DEE2BE: hue angle of 66.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEE2BE is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB222226190-
CMYK0.0200.160.11
HSL66.67º38.3%81.57%-
HSV(B)66.67º15.93%88.63%-
XYZ66.6173.6459.42-
YUV220.7110.67128.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.80%
GREEN value IS 226 (88.67% from 255) = 35.42%
BLUE value IS 190 (74.61% from 255) = 29.78%
R=34.80%
G=35.42%
B=29.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222261900.0200.160.1166.6738.381.57
HexDEE2BE2010B432652
Octal33634227620201310346122
Binary11011110111000101011111010010000101110000111001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2BE; }

 p { color: rgb(222,226,190); }

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

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

 a { background-color: rgb(222,226,190); }

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

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

 span { border-color: rgb(222,226,190); }

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