#DEE4BB

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

Shades of Frost #DEE4BB

Tints of Frost #DEE4BB

Color information

#DEE4BB (or 0xDEE4BB) is unknown color: approx Frost. HEX triplet: DE, E4 and BB. RGB value is (222,228,187). Sum of RGB (Red+Green+Blue) = 222+228+187=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4BB is #211B44. Grayscale: #DDDDDD. Windows color (decimal): -2169669 or 12313822. OLE color: 12313822.

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

Color convert

RGB222228187-
CMYK0.0300.180.11
HSL68.78º43.16%81.37%-
HSV(B)68.78º17.98%89.41%-
XYZ66.8474.657.89-
YUV221.53108.51128.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 228 (89.45% from 255) = 35.79%
BLUE value IS 187 (73.44% from 255) = 29.36%
R=34.85%
G=35.79%
B=29.36%

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
Decimal2222281870.0300.180.1168.7843.1681.37
HexDEE4BB3012B452b51
Octal33634427330221310553121
Binary11011110111001001011101111010010101110001011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4BB; }

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

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

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

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

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

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

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

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