#E0ECBD

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

Shades of Frost #E0ECBD

Tints of Frost #E0ECBD

Color information

#E0ECBD (or 0xE0ECBD) is unknown color: approx Frost. HEX triplet: E0, EC and BD. RGB value is (224,236,189). Sum of RGB (Red+Green+Blue) = 224+236+189=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0ECBD is #1F1342. Grayscale: #E3E3E3. Windows color (decimal): -2036547 or 12446944. OLE color: 12446944.

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

Color convert

RGB224236189-
CMYK0.0500.200.07
HSL75.32º55.29%83.33%-
HSV(B)75.32º19.92%92.55%-
XYZ69.9279.5159.81-
YUV227.05106.52125.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 189 (74.22% from 255) = 29.12%
R=34.51%
G=36.36%
B=29.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242361890.0500.200.0775.3255.2983.33
HexE0ECBD501474b3753
Octal3403542755024711367123
Binary11100000111011001011110110101010011110010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ECBD; }

 p { color: rgb(224,236,189); }

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

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

 a { background-color: rgb(224,236,189); }

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

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

 span { border-color: rgb(224,236,189); }

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