#DEE2BF

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

Shades of Frost #DEE2BF

Tints of Frost #DEE2BF

Color information

#DEE2BF (or 0xDEE2BF) is unknown color: approx Frost. HEX triplet: DE, E2 and BF. RGB value is (222,226,191). Sum of RGB (Red+Green+Blue) = 222+226+191=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2BF is #211D40. Grayscale: #DCDCDC. Windows color (decimal): -2170177 or 12575454. OLE color: 12575454.

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

Color convert

RGB222226191-
CMYK0.0200.150.11
HSL66.86º37.63%81.76%-
HSV(B)66.86º15.49%88.63%-
XYZ66.7273.6860-
YUV220.81111.17128.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 226 (88.67% from 255) = 35.37%
BLUE value IS 191 (75% from 255) = 29.89%
R=34.74%
G=35.37%
B=29.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222261910.0200.150.1166.8637.6381.76
HexDEE2BF20FB432652
Octal33634227720171310346122
Binary1101111011100010101111111001111101110000111001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2BF; }

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

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

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

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

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

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

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

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