#E0E1CA

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

Shades of Frost #E0E1CA

Tints of Frost #E0E1CA

Color information

#E0E1CA (or 0xE0E1CA) is unknown color: approx Frost. HEX triplet: E0, E1 and CA. RGB value is (224,225,202). Sum of RGB (Red+Green+Blue) = 224+225+202=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1CA is #1F1E35. Grayscale: #DEDEDE. Windows color (decimal): -2039350 or 13296096. OLE color: 13296096.

HSL color Cylindrical-coordinate representation of color #E0E1CA: hue angle of 62.61º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0E1CA is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB224225202-
CMYK0.0000.100.12
HSL62.61º27.71%83.73%-
HSV(B)62.61º10.22%88.24%-
XYZ68.3373.9666.55-
YUV222.08116.67129.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=34.41%
G=34.56%
B=31.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242252020.0000.100.1262.6127.7183.73
HexE0E1CA00AC3f1c54
Octal3403413120012147734124
Binary1110000011100001110010100010101100111111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E1CA; }

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

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

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

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

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

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

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

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