Html Css Color HEX #EAF7CA Snow Flurry

📋 copy color: '#EAF7CA'

red 234 ◦ green 247 ◦ blue 202

#EAF7CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #EAF7CA

Tints of Snow Flurry #EAF7CA

RGB

 RED value IS 234 (91.8% from 255) = 34.26%

 GREEN value IS 247 (96.88% from 255) = 36.16%

 BLUE value IS 202 (79.3% from 255) = 29.58%

R = 34.26%
G = 36.16%
B = 29.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#EAF7CA (or 0xEAF7CA) is known color: Snow Flurry. HEX triplet: EA, F7 and CA. RGB value is (234,247,202). Sum of RGB (Red+Green+Blue) = 234+247+202=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF7CA is #150835. Grayscale: #EEEEEE. Windows color (decimal): -1378358 or 13301738. OLE color: 13301738.

HSL color Cylindrical-coordinate representation of color #EAF7CA: hue angle of 77.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAF7CA is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 247 202 -
CMYK 0.05 0 0.18 0.03
HSL 77.33º 0.74% 0.88% -
HSV(B) 77.33º 0.18% 0.97% -
XYZ 77.85 88.28 68.81 -
YUV 237.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 234 247 202 0.05 0 0.18 0.03 77.33 0.74 0.88
Hex EA F7 CA 5 0 12 3 4D 4A 58
Octal 352 367 312 5 0 22 3 115 112 130
Binary 11101010 11110111 11001010 101 0 10010 11 1001101 1001010 1011000

Color Harmonies of #EAF7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF7CA

Black with #EAF7CA

Text Example


Text Example

White with #EAF7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF7CA; }

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

 H1.HeaderClassName
 {
   color: #EAF7CA;
 }
 .AnyTagClassName
 {
   color: #EAF7CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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