#DEE4BA

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

Shades of Frost #DEE4BA

Tints of Frost #DEE4BA

Color information

#DEE4BA (or 0xDEE4BA) is unknown color: approx Frost. HEX triplet: DE, E4 and BA. RGB value is (222,228,186). Sum of RGB (Red+Green+Blue) = 222+228+186=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4BA is #211B45. Grayscale: #DDDDDD. Windows color (decimal): -2169670 or 12248286. OLE color: 12248286.

HSL color Cylindrical-coordinate representation of color #DEE4BA: hue angle of 68.57º degrees, saturation: 0.44, 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 #DEE4BA is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB222228186-
CMYK0.0300.180.11
HSL68.57º43.75%81.18%-
HSV(B)68.57º18.42%89.41%-
XYZ66.7374.5657.33-
YUV221.42108.01128.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 228 (89.45% from 255) = 35.85%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=34.91%
G=35.85%
B=29.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222281860.0300.180.1168.5743.7581.18
HexDEE4BA3012B452c51
Octal33634427230221310554121
Binary11011110111001001011101011010010101110001011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4BA; }

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

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

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

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

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

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

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

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