#EAFFCA

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

Shades of Snow Flurry #EAFFCA

Tints of Snow Flurry #EAFFCA

Color information

#EAFFCA (or 0xEAFFCA) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and CA. RGB value is (234,255,202). Sum of RGB (Red+Green+Blue) = 234+255+202=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFCA is #150035. Grayscale: #F2F2F2. Windows color (decimal): -1376310 or 13303786. OLE color: 13303786.

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

Color convert

RGB234255202-
CMYK0.0800.210
HSL83.77º100%89.61%-
HSV(B)83.77º20.78%100%-
XYZ80.3593.2869.65-
YUV242.68105.04121.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 202 (79.30% from 255) = 29.23%
R=33.86%
G=36.90%
B=29.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552020.0800.21083.7710089.61
HexEAFFCA8015054645a
Octal352377312100250124144132
Binary11101010111111111100101010000101010101010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFCA; }

 p { color: rgb(234,255,202); }

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

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

 a { background-color: rgb(234,255,202); }

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

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

 span { border-color: rgb(234,255,202); }

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