#EAFECA

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

Shades of Snow Flurry #EAFECA

Tints of Snow Flurry #EAFECA

Color information

#EAFECA (or 0xEAFECA) is unknown color: approx Snow Flurry. HEX triplet: EA, FE and CA. RGB value is (234,254,202). Sum of RGB (Red+Green+Blue) = 234+254+202=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 202 (79.30% from 255 or 29.28% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFECA is #150135. Grayscale: #F2F2F2. Windows color (decimal): -1376566 or 13303530. OLE color: 13303530.

HSL color Cylindrical-coordinate representation of color #EAFECA: hue angle of 83.08º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAFECA is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB234254202-
CMYK0.0800.200.00
HSL83.08º96.3%89.41%-
HSV(B)83.08º20.47%99.61%-
XYZ80.0392.6469.54-
YUV242.09105.37122.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 202 (79.30% from 255) = 29.28%
R=33.91%
G=36.81%
B=29.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542020.0800.200.0083.0896.389.41
HexEAFECA80140536059
Octal352376312100240123140131
Binary11101010111111101100101010000101000101001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFECA; }

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

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

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

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

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

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

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

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