#E0E5BC

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

Shades of Frost #E0E5BC

Tints of Frost #E0E5BC

Color information

#E0E5BC (or 0xE0E5BC) is unknown color: approx Frost. HEX triplet: E0, E5 and BC. RGB value is (224,229,188). Sum of RGB (Red+Green+Blue) = 224+229+188=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E5BC is #1F1A43. Grayscale: #DEDEDE. Windows color (decimal): -2038340 or 12379616. OLE color: 12379616.

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

Color convert

RGB224229188-
CMYK0.0200.180.10
HSL67.32º44.09%81.76%-
HSV(B)67.32º17.9%89.8%-
XYZ67.8475.5258.58-
YUV222.83108.34128.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 229 (89.84% from 255) = 35.73%
BLUE value IS 188 (73.83% from 255) = 29.33%
R=34.95%
G=35.73%
B=29.33%

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
Decimal2242291880.0200.180.1067.3244.0981.76
HexE0E5BC2012A432c52
Octal34034527420221210354122
Binary11100000111001011011110010010010101010000111011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E5BC; }

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

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

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

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

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

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

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

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