#E2E6CA

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

Shades of Frost #E2E6CA

Tints of Frost #E2E6CA

Color information

#E2E6CA (or 0xE2E6CA) is unknown color: approx Frost. HEX triplet: E2, E6 and CA. RGB value is (226,230,202). Sum of RGB (Red+Green+Blue) = 226+230+202=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E6CA is #1D1935. Grayscale: #E1E1E1. Windows color (decimal): -1906998 or 13297378. OLE color: 13297378.

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

Color convert

RGB226230202-
CMYK0.0200.120.10
HSL68.57º35.9%84.71%-
HSV(B)68.57º12.17%90.2%-
XYZ70.3277.0367.04-
YUV225.61114.67128.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.35%
GREEN value IS 230 (90.23% from 255) = 34.95%
BLUE value IS 202 (79.30% from 255) = 30.70%
R=34.35%
G=34.95%
B=30.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2262302020.0200.120.1068.5735.984.71
HexE2E6CA20CA452455
Octal34234631220141210544125
Binary1110001011100110110010101001100101010001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E6CA; }

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

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

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

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

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

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

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

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