#E1E5CC

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

Shades of Frost #E1E5CC

Tints of Frost #E1E5CC

Color information

#E1E5CC (or 0xE1E5CC) is unknown color: approx Frost. HEX triplet: E1, E5 and CC. RGB value is (225,229,204). Sum of RGB (Red+Green+Blue) = 225+229+204=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E5CC is #1E1A33. Grayscale: #E1E1E1. Windows color (decimal): -1972788 or 13428193. OLE color: 13428193.

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

Color convert

RGB225229204-
CMYK0.0200.110.10
HSL69.6º32.47%84.9%-
HSV(B)69.6º10.92%89.8%-
XYZ69.9776.4168.19-
YUV224.95116.17128.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.19%
GREEN value IS 229 (89.84% from 255) = 34.80%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=34.19%
G=34.80%
B=31.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252292040.0200.110.1069.632.4784.9
HexE1E5CC20BA462055
Octal34134531420131210640125
Binary1110000111100101110011001001011101010001101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E5CC; }

 p { color: rgb(225,229,204); }

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

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

 a { background-color: rgb(225,229,204); }

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

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

 span { border-color: rgb(225,229,204); }

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