#DEE0BF

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

Shades of Frost #DEE0BF

Tints of Frost #DEE0BF

Color information

#DEE0BF (or 0xDEE0BF) is unknown color: approx Frost. HEX triplet: DE, E0 and BF. RGB value is (222,224,191). Sum of RGB (Red+Green+Blue) = 222+224+191=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0BF is #211F40. Grayscale: #DBDBDB. Windows color (decimal): -2170689 or 12574942. OLE color: 12574942.

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

Color convert

RGB222224191-
CMYK0.0100.150.12
HSL63.64º34.74%81.37%-
HSV(B)63.64º14.73%87.84%-
XYZ66.1872.659.82-
YUV219.64111.84129.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 224 (87.89% from 255) = 35.16%
BLUE value IS 191 (75% from 255) = 29.98%
R=34.85%
G=35.16%
B=29.98%

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
Decimal2222241910.0100.150.1263.6434.7481.37
HexDEE0BF10FC402351
Octal33634027710171410043121
Binary110111101110000010111111101111110010000001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0BF; }

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

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

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

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

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

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

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

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