#E0E1C2

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

Shades of Frost #E0E1C2

Tints of Frost #E0E1C2

Color information

#E0E1C2 (or 0xE0E1C2) is unknown color: approx Frost. HEX triplet: E0, E1 and C2. RGB value is (224,225,194). Sum of RGB (Red+Green+Blue) = 224+225+194=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 194 (76.17% from 255 or 30.17% from 643); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1C2 is #1F1E3D. Grayscale: #DDDDDD. Windows color (decimal): -2039358 or 12771808. OLE color: 12771808.

HSL color Cylindrical-coordinate representation of color #E0E1C2: hue angle of 61.94º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0E1C2 is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB224225194-
CMYK0.0000.140.12
HSL61.94º34.07%82.16%-
HSV(B)61.94º13.78%88.24%-
XYZ67.473.5961.69-
YUV221.17112.67130.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 225 (88.28% from 255) = 34.99%
BLUE value IS 194 (76.17% from 255) = 30.17%
R=34.84%
G=34.99%
B=30.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242251940.0000.140.1261.9434.0782.16
HexE0E1C200EC3e2252
Octal3403413020016147642122
Binary11100000111000011100001000111011001111101000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E1C2; }

 p { color: rgb(224,225,194); }

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

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

 a { background-color: rgb(224,225,194); }

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

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

 span { border-color: rgb(224,225,194); }

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