#DEE8BF

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

Shades of Frost #DEE8BF

Tints of Frost #DEE8BF

Color information

#DEE8BF (or 0xDEE8BF) is unknown color: approx Frost. HEX triplet: DE, E8 and BF. RGB value is (222,232,191). Sum of RGB (Red+Green+Blue) = 222+232+191=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8BF is #211740. Grayscale: #E0E0E0. Windows color (decimal): -2168641 or 12576990. OLE color: 12576990.

HSL color Cylindrical-coordinate representation of color #DEE8BF: hue angle of 74.63º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEE8BF is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB222232191-
CMYK0.0400.180.09
HSL74.63º47.13%82.94%-
HSV(B)74.63º17.67%90.98%-
XYZ68.387760.55-
YUV224.34109.19126.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 232 (91.02% from 255) = 35.97%
BLUE value IS 191 (75% from 255) = 29.61%
R=34.42%
G=35.97%
B=29.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222321910.0400.180.0974.6347.1382.94
HexDEE8BF401294b2f53
Octal33635027740221111357123
Binary110111101110100010111111100010010100110010111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8BF; }

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

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

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

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

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

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

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

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