#E5E6CA

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

Shades of Frost #E5E6CA

Tints of Frost #E5E6CA

Color information

#E5E6CA (or 0xE5E6CA) is unknown color: approx Frost. HEX triplet: E5, E6 and CA. RGB value is (229,230,202). Sum of RGB (Red+Green+Blue) = 229+230+202=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E6CA is #1A1935. Grayscale: #E2E2E2. Windows color (decimal): -1710390 or 13297381. OLE color: 13297381.

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

Color convert

RGB229230202-
CMYK0.0000.120.10
HSL62.14º35.9%84.71%-
HSV(B)62.14º12.17%90.2%-
XYZ71.2777.5267.08-
YUV226.51114.17129.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.64%
GREEN value IS 230 (90.23% from 255) = 34.80%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=34.64%
G=34.80%
B=30.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292302020.0000.120.1062.1435.984.71
HexE5E6CA00CA3e2455
Octal3453463120014127644125
Binary11100101111001101100101000110010101111101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E6CA; }

 p { color: rgb(229,230,202); }

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

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

 a { background-color: rgb(229,230,202); }

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

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

 span { border-color: rgb(229,230,202); }

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