#E2E4CD

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

Shades of Frost #E2E4CD

Tints of Frost #E2E4CD

Color information

#E2E4CD (or 0xE2E4CD) is unknown color: approx Frost. HEX triplet: E2, E4 and CD. RGB value is (226,228,205). Sum of RGB (Red+Green+Blue) = 226+228+205=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E4CD is #1D1B32. Grayscale: #E0E0E0. Windows color (decimal): -1907507 or 13493474. OLE color: 13493474.

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

Color convert

RGB226228205-
CMYK0.0100.100.11
HSL65.22º29.87%84.9%-
HSV(B)65.22º10.09%89.41%-
XYZ70.1376.0668.74-
YUV224.78116.84128.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.29%
GREEN value IS 228 (89.45% from 255) = 34.60%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=34.29%
G=34.60%
B=31.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262282050.0100.100.1165.2229.8784.9
HexE2E4CD10AB411e55
Octal34234431510121310136125
Binary11100010111001001100110110101010111000001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E4CD; }

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

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

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

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

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

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

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

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