#EAFDCD

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

Shades of Snow Flurry #EAFDCD

Tints of Snow Flurry #EAFDCD

Color information

#EAFDCD (or 0xEAFDCD) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and CD. RGB value is (234,253,205). Sum of RGB (Red+Green+Blue) = 234+253+205=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDCD is #150232. Grayscale: #F2F2F2. Windows color (decimal): -1376819 or 13499882. OLE color: 13499882.

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

Color convert

RGB234253205-
CMYK0.0800.190.01
HSL83.75º92.31%89.8%-
HSV(B)83.75º18.97%99.22%-
XYZ80.0892.1571.32-
YUV241.85107.21122.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 253 (99.22% from 255) = 36.56%
BLUE value IS 205 (80.47% from 255) = 29.62%
R=33.82%
G=36.56%
B=29.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532050.0800.190.0183.7592.3189.8
HexEAFDCD80131545c5a
Octal352375315100231124134132
Binary11101010111111011100110110000100111101010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDCD; }

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

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

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

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

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

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

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

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