#DEE1BF

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

Shades of Frost #DEE1BF

Tints of Frost #DEE1BF

Color information

#DEE1BF (or 0xDEE1BF) is unknown color: approx Frost. HEX triplet: DE, E1 and BF. RGB value is (222,225,191). Sum of RGB (Red+Green+Blue) = 222+225+191=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1BF is #211E40. Grayscale: #DCDCDC. Windows color (decimal): -2170433 or 12575198. OLE color: 12575198.

HSL color Cylindrical-coordinate representation of color #DEE1BF: hue angle of 65.29º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEE1BF is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB222225191-
CMYK0.0100.150.12
HSL65.29º36.17%81.57%-
HSV(B)65.29º15.11%88.24%-
XYZ66.4573.1459.91-
YUV220.23111.51129.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.80%
GREEN value IS 225 (88.28% from 255) = 35.27%
BLUE value IS 191 (75% from 255) = 29.94%
R=34.80%
G=35.27%
B=29.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251910.0100.150.1265.2936.1781.57
HexDEE1BF10FC412452
Octal33634127710171410144122
Binary110111101110000110111111101111110010000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1BF; }

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

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

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

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

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

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

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

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