#E0E5BB

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

Shades of Frost #E0E5BB

Tints of Frost #E0E5BB

Color information

#E0E5BB (or 0xE0E5BB) is unknown color: approx Frost. HEX triplet: E0, E5 and BB. RGB value is (224,229,187). Sum of RGB (Red+Green+Blue) = 224+229+187=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E5BB is #1F1A44. Grayscale: #DEDEDE. Windows color (decimal): -2038341 or 12314080. OLE color: 12314080.

HSL color Cylindrical-coordinate representation of color #E0E5BB: hue angle of 67.14º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0E5BB is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB224229187-
CMYK0.0200.180.10
HSL67.14º44.68%81.57%-
HSV(B)67.14º18.34%89.8%-
XYZ67.7375.4758.01-
YUV222.72107.84128.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35%
GREEN value IS 229 (89.84% from 255) = 35.78%
BLUE value IS 187 (73.44% from 255) = 29.22%
R=35%
G=35.78%
B=29.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242291870.0200.180.1067.1444.6881.57
HexE0E5BB2012A432d52
Octal34034527320221210355122
Binary11100000111001011011101110010010101010000111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E5BB; }

 p { color: rgb(224,229,187); }

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

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

 a { background-color: rgb(224,229,187); }

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

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

 span { border-color: rgb(224,229,187); }

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