#E0FBC1

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

Shades of Snow Flurry #E0FBC1

Tints of Snow Flurry #E0FBC1

Color information

#E0FBC1 (or 0xE0FBC1) is unknown color: approx Snow Flurry. HEX triplet: E0, FB and C1. RGB value is (224,251,193). Sum of RGB (Red+Green+Blue) = 224+251+193=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 193 (75.78% from 255 or 28.89% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FBC1 is #1F043E. Grayscale: #ECECEC. Windows color (decimal): -2032703 or 12712928. OLE color: 12712928.

HSL color Cylindrical-coordinate representation of color #E0FBC1: hue angle of 87.93º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0FBC1 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB224251193-
CMYK0.1100.230.02
HSL87.93º87.88%87.06%-
HSV(B)87.93º23.11%98.43%-
XYZ74.8688.6963.63-
YUV236.32103.55119.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.53%
GREEN value IS 251 (98.44% from 255) = 37.57%
BLUE value IS 193 (75.78% from 255) = 28.89%
R=33.53%
G=37.57%
B=28.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242511930.1100.230.0287.9387.8887.06
HexE0FBC1B0172585857
Octal340373301130272130130127
Binary111000001111101111000001101101011110101100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FBC1; }

 p { color: rgb(224,251,193); }

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

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

 a { background-color: rgb(224,251,193); }

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

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

 span { border-color: rgb(224,251,193); }

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