#E1E4CA

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

Shades of Frost #E1E4CA

Tints of Frost #E1E4CA

Color information

#E1E4CA (or 0xE1E4CA) is unknown color: approx Frost. HEX triplet: E1, E4 and CA. RGB value is (225,228,202). Sum of RGB (Red+Green+Blue) = 225+228+202=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E4CA is #1E1B35. Grayscale: #E0E0E0. Windows color (decimal): -1973046 or 13296865. OLE color: 13296865.

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

Color convert

RGB225228202-
CMYK0.0100.110.11
HSL66.92º32.5%84.31%-
HSV(B)66.92º11.4%89.41%-
XYZ69.4675.7666.84-
YUV224.14115.51128.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.35%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=34.35%
G=34.81%
B=30.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252282020.0100.110.1166.9232.584.31
HexE1E4CA10BB432054
Octal34134431210131310340124
Binary111000011110010011001010101011101110000111000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E4CA; }

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

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

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

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

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

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

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

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