#E1E4CD

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

Shades of Frost #E1E4CD

Tints of Frost #E1E4CD

Color information

#E1E4CD (or 0xE1E4CD) is unknown color: approx Frost. HEX triplet: E1, E4 and CD. RGB value is (225,228,205). Sum of RGB (Red+Green+Blue) = 225+228+205=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E4CD is #1E1B32. Grayscale: #E0E0E0. Windows color (decimal): -1973043 or 13493473. OLE color: 13493473.

HSL color Cylindrical-coordinate representation of color #E1E4CD: hue angle of 67.83º 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 #E1E4CD is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB225228205-
CMYK0.0100.100.11
HSL67.83º29.87%84.9%-
HSV(B)67.83º10.09%89.41%-
XYZ69.8175.968.73-
YUV224.48117.01128.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.19%
GREEN value IS 228 (89.45% from 255) = 34.65%
BLUE value IS 205 (80.47% from 255) = 31.16%
R=34.19%
G=34.65%
B=31.16%

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
Decimal2252282050.0100.100.1167.8329.8784.9
HexE1E4CD10AB441e55
Octal34134431510121310436125
Binary11100001111001001100110110101010111000100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E4CD; }

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

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

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

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

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

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

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

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