#EAFDBD

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

Shades of Snow Flurry #EAFDBD

Tints of Snow Flurry #EAFDBD

Color information

#EAFDBD (or 0xEAFDBD) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and BD. RGB value is (234,253,189). Sum of RGB (Red+Green+Blue) = 234+253+189=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDBD is #150242. Grayscale: #F0F0F0. Windows color (decimal): -1376835 or 12451306. OLE color: 12451306.

HSL color Cylindrical-coordinate representation of color #EAFDBD: hue angle of 77.81º 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 #EAFDBD is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB234253189-
CMYK0.0800.250.01
HSL77.81º94.12%86.67%-
HSV(B)77.81º25.3%99.22%-
XYZ78.2491.4261.67-
YUV240.0299.21123.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 253 (99.22% from 255) = 37.43%
BLUE value IS 189 (74.22% from 255) = 27.96%
R=34.62%
G=37.43%
B=27.96%

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
Decimal2342531890.0800.250.0177.8194.1286.67
HexEAFDBD801914e5e57
Octal352375275100311116136127
Binary11101010111111011011110110000110011100111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDBD; }

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

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

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

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

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

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

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

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