#E5EBCB

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

Shades of Frost #E5EBCB

Tints of Frost #E5EBCB

Color information

#E5EBCB (or 0xE5EBCB) is unknown color: approx Frost. HEX triplet: E5, EB and CB. RGB value is (229,235,203). Sum of RGB (Red+Green+Blue) = 229+235+203=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #E5EBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EBCB is #1A1434. Grayscale: #E5E5E5. Windows color (decimal): -1709109 or 13364197. OLE color: 13364197.

HSL color Cylindrical-coordinate representation of color #E5EBCB: hue angle of 71.25º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5EBCB is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB229235203-
CMYK0.0300.140.08
HSL71.25º44.44%85.88%-
HSV(B)71.25º13.62%92.16%-
XYZ72.880.3968.18-
YUV229.56113.01127.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.33%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 203 (79.69% from 255) = 30.43%
R=34.33%
G=35.23%
B=30.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292352030.0300.140.0871.2544.4485.88
HexE5EBCB30E8472c56
Octal34535331330161010754126
Binary1110010111101011110010111101110100010001111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EBCB; }

 p { color: rgb(229,235,203); }

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

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

 a { background-color: rgb(229,235,203); }

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

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

 span { border-color: rgb(229,235,203); }

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