#E1F3CD

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

Shades of Frostee #E1F3CD

Tints of Frostee #E1F3CD

Color information

#E1F3CD (or 0xE1F3CD) is unknown color: approx Frostee. HEX triplet: E1, F3 and CD. RGB value is (225,243,205). Sum of RGB (Red+Green+Blue) = 225+243+205=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F3CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F3CD is #1E0C32. Grayscale: #E9E9E9. Windows color (decimal): -1969203 or 13497313. OLE color: 13497313.

HSL color Cylindrical-coordinate representation of color #E1F3CD: hue angle of 88.42º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1F3CD is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB225243205-
CMYK0.0700.160.05
HSL88.42º61.29%87.84%-
HSV(B)88.42º15.64%95.29%-
XYZ74.1284.5270.16-
YUV233.29112.04122.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.43%
GREEN value IS 243 (95.31% from 255) = 36.11%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=33.43%
G=36.11%
B=30.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252432050.0700.160.0588.4261.2987.84
HexE1F3CD70105583d58
Octal3413633157020513075130
Binary11100001111100111100110111101000010110110001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F3CD; }

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

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

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

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

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

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

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

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