#E0E6BE

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

Shades of Frost #E0E6BE

Tints of Frost #E0E6BE

Color information

#E0E6BE (or 0xE0E6BE) is unknown color: approx Frost. HEX triplet: E0, E6 and BE. RGB value is (224,230,190). Sum of RGB (Red+Green+Blue) = 224+230+190=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0E6BE is #1F1941. Grayscale: #DFDFDF. Windows color (decimal): -2038082 or 12510944. OLE color: 12510944.

HSL color Cylindrical-coordinate representation of color #E0E6BE: hue angle of 69º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0E6BE is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB224230190-
CMYK0.0300.170.10
HSL69º44.44%82.35%-
HSV(B)69º17.39%90.2%-
XYZ68.3376.1659.81-
YUV223.65109.01128.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.78%
GREEN value IS 230 (90.23% from 255) = 35.71%
BLUE value IS 190 (74.61% from 255) = 29.50%
R=34.78%
G=35.71%
B=29.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242301900.0300.170.106944.4482.35
HexE0E6BE3011A452c52
Octal34034627630211210554122
Binary11100000111001101011111011010001101010001011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E6BE; }

 p { color: rgb(224,230,190); }

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

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

 a { background-color: rgb(224,230,190); }

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

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

 span { border-color: rgb(224,230,190); }

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