#E0EBC0

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

Shades of Frost #E0EBC0

Tints of Frost #E0EBC0

Color information

#E0EBC0 (or 0xE0EBC0) is unknown color: approx Frost. HEX triplet: E0, EB and C0. RGB value is (224,235,192). Sum of RGB (Red+Green+Blue) = 224+235+192=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EBC0 is #1F143F. Grayscale: #E2E2E2. Windows color (decimal): -2036800 or 12643296. OLE color: 12643296.

HSL color Cylindrical-coordinate representation of color #E0EBC0: hue angle of 75.35º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0EBC0 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB224235192-
CMYK0.0500.180.08
HSL75.35º51.81%83.73%-
HSV(B)75.35º18.3%92.16%-
XYZ69.9679.0761.44-
YUV226.81108.36126-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 192 (75.39% from 255) = 29.49%
R=34.41%
G=36.10%
B=29.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242351920.0500.180.0875.3551.8183.73
HexE0EBC0501284b3454
Octal34035330050221011364124
Binary111000001110101111000000101010010100010010111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EBC0; }

 p { color: rgb(224,235,192); }

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

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

 a { background-color: rgb(224,235,192); }

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

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

 span { border-color: rgb(224,235,192); }

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