#EAFDBE

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

Shades of Snow Flurry #EAFDBE

Tints of Snow Flurry #EAFDBE

Color information

#EAFDBE (or 0xEAFDBE) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and BE. RGB value is (234,253,190). Sum of RGB (Red+Green+Blue) = 234+253+190=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 190 (74.61% from 255 or 28.06% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDBE is #150241. Grayscale: #F0F0F0. Windows color (decimal): -1376834 or 12516842. OLE color: 12516842.

HSL color Cylindrical-coordinate representation of color #EAFDBE: hue angle of 78.1º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAFDBE is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB234253190-
CMYK0.0800.250.01
HSL78.1º94.03%86.86%-
HSV(B)78.1º24.9%99.22%-
XYZ78.3591.4662.24-
YUV240.1499.71123.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 190 (74.61% from 255) = 28.06%
R=34.56%
G=37.37%
B=28.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531900.0800.250.0178.194.0386.86
HexEAFDBE801914e5e57
Octal352375276100311116136127
Binary11101010111111011011111010000110011100111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDBE; }

 p { color: rgb(234,253,190); }

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

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

 a { background-color: rgb(234,253,190); }

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

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

 span { border-color: rgb(234,253,190); }

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