#E0EDBB

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

Shades of Frost #E0EDBB

Tints of Frost #E0EDBB

Color information

#E0EDBB (or 0xE0EDBB) is unknown color: approx Frost. HEX triplet: E0, ED and BB. RGB value is (224,237,187). Sum of RGB (Red+Green+Blue) = 224+237+187=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #E0EDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EDBB is #1F1244. Grayscale: #E3E3E3. Windows color (decimal): -2036293 or 12316128. OLE color: 12316128.

HSL color Cylindrical-coordinate representation of color #E0EDBB: hue angle of 75.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0EDBB is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB224237187-
CMYK0.0500.210.07
HSL75.6º58.14%83.14%-
HSV(B)75.6º21.1%92.94%-
XYZ69.998058.77-
YUV227.41105.19125.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 187 (73.44% from 255) = 28.86%
R=34.57%
G=36.57%
B=28.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242371870.0500.210.0775.658.1483.14
HexE0EDBB501574c3a53
Octal3403552735025711472123
Binary11100000111011011011101110101010111110011001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EDBB; }

 p { color: rgb(224,237,187); }

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

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

 a { background-color: rgb(224,237,187); }

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

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

 span { border-color: rgb(224,237,187); }

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