#E0E2C2

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

Shades of Frost #E0E2C2

Tints of Frost #E0E2C2

Color information

#E0E2C2 (or 0xE0E2C2) is unknown color: approx Frost. HEX triplet: E0, E2 and C2. RGB value is (224,226,194). Sum of RGB (Red+Green+Blue) = 224+226+194=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E2C2 is #1F1D3D. Grayscale: #DDDDDD. Windows color (decimal): -2039102 or 12772064. OLE color: 12772064.

HSL color Cylindrical-coordinate representation of color #E0E2C2: hue angle of 63.75º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0E2C2 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB224226194-
CMYK0.0100.140.11
HSL63.75º35.56%82.35%-
HSV(B)63.75º14.16%88.63%-
XYZ67.6774.1461.78-
YUV221.75112.34129.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.78%
GREEN value IS 226 (88.67% from 255) = 35.09%
BLUE value IS 194 (76.17% from 255) = 30.12%
R=34.78%
G=35.09%
B=30.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242261940.0100.140.1163.7535.5682.35
HexE0E2C210EB402452
Octal34034230210161310044122
Binary111000001110001011000010101110101110000001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E2C2; }

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

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

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

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

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

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

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

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