#E0EFBF

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

Shades of Snow Flurry #E0EFBF

Tints of Snow Flurry #E0EFBF

Color information

#E0EFBF (or 0xE0EFBF) is unknown color: approx Snow Flurry. HEX triplet: E0, EF and BF. RGB value is (224,239,191). Sum of RGB (Red+Green+Blue) = 224+239+191=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EFBF is #1F1040. Grayscale: #E5E5E5. Windows color (decimal): -2035777 or 12578784. OLE color: 12578784.

HSL color Cylindrical-coordinate representation of color #E0EFBF: hue angle of 78.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0EFBF is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB224239191-
CMYK0.0600.200.06
HSL78.75º60%84.31%-
HSV(B)78.75º20.08%93.73%-
XYZ71.0181.3461.25-
YUV229.04106.53124.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.25%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 191 (75% from 255) = 29.20%
R=34.25%
G=36.54%
B=29.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242391910.0600.200.0678.756084.31
HexE0EFBF601464f3c54
Octal3403572776024611774124
Binary11100000111011111011111111001010011010011111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EFBF; }

 p { color: rgb(224,239,191); }

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

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

 a { background-color: rgb(224,239,191); }

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

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

 span { border-color: rgb(224,239,191); }

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