#DEE3BA

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

Shades of Frost #DEE3BA

Tints of Frost #DEE3BA

Color information

#DEE3BA (or 0xDEE3BA) is unknown color: approx Frost. HEX triplet: DE, E3 and BA. RGB value is (222,227,186). Sum of RGB (Red+Green+Blue) = 222+227+186=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3BA is #211C45. Grayscale: #DCDCDC. Windows color (decimal): -2169926 or 12248030. OLE color: 12248030.

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

Color convert

RGB222227186-
CMYK0.0200.180.11
HSL67.32º42.27%80.98%-
HSV(B)67.32º18.06%89.02%-
XYZ66.4674.0157.24-
YUV220.83108.34128.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 227 (89.06% from 255) = 35.75%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=34.96%
G=35.75%
B=29.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271860.0200.180.1167.3242.2780.98
HexDEE3BA2012B432a51
Octal33634327220221310352121
Binary11011110111000111011101010010010101110000111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3BA; }

 p { color: rgb(222,227,186); }

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

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

 a { background-color: rgb(222,227,186); }

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

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

 span { border-color: rgb(222,227,186); }

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