#E0E4CA

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

Shades of Frost #E0E4CA

Tints of Frost #E0E4CA

Color information

#E0E4CA (or 0xE0E4CA) is unknown color: approx Frost. HEX triplet: E0, E4 and CA. RGB value is (224,228,202). Sum of RGB (Red+Green+Blue) = 224+228+202=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E4CA is #1F1B35. Grayscale: #DFDFDF. Windows color (decimal): -2038582 or 13296864. OLE color: 13296864.

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

Color convert

RGB224228202-
CMYK0.0200.110.11
HSL69.23º32.5%84.31%-
HSV(B)69.23º11.4%89.41%-
XYZ69.1475.666.82-
YUV223.84115.67128.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.25%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=34.25%
G=34.86%
B=30.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242282020.0200.110.1169.2332.584.31
HexE0E4CA20BB452054
Octal34034431220131310540124
Binary1110000011100100110010101001011101110001011000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E4CA; }

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

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

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

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

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

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

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

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