#E2E4CA

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

Shades of Frost #E2E4CA

Tints of Frost #E2E4CA

Color information

#E2E4CA (or 0xE2E4CA) is unknown color: approx Frost. HEX triplet: E2, E4 and CA. RGB value is (226,228,202). Sum of RGB (Red+Green+Blue) = 226+228+202=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E4CA is #1D1B35. Grayscale: #E0E0E0. Windows color (decimal): -1907510 or 13296866. OLE color: 13296866.

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

Color convert

RGB226228202-
CMYK0.0100.110.11
HSL64.62º32.5%84.31%-
HSV(B)64.62º11.4%89.41%-
XYZ69.7775.9266.85-
YUV224.44115.34129.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.45%
GREEN value IS 228 (89.45% from 255) = 34.76%
BLUE value IS 202 (79.30% from 255) = 30.79%
R=34.45%
G=34.76%
B=30.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262282020.0100.110.1164.6232.584.31
HexE2E4CA10BB412054
Octal34234431210131310140124
Binary111000101110010011001010101011101110000011000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E4CA; }

 p { color: rgb(226,228,202); }

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

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

 a { background-color: rgb(226,228,202); }

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

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

 span { border-color: rgb(226,228,202); }

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