Html Css Color HEX #EAF6D3 Snow Flurry

📋 copy color: '#EAF6D3'

red 234 ◦ green 246 ◦ blue 211

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

Shades of Snow Flurry #EAF6D3

Tints of Snow Flurry #EAF6D3

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.6%

 BLUE value IS 211 (82.81% from 255) = 30.54%

R = 33.86%
G = 35.6%
B = 30.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#EAF6D3 (or 0xEAF6D3) is known color: Snow Flurry. HEX triplet: EA, F6 and D3. RGB value is (234,246,211). Sum of RGB (Red+Green+Blue) = 234+246+211=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 211 (82.81% from 255 or 30.54% from 691); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6D3 is #15092C. Grayscale: #EEEEEE. Windows color (decimal): -1378605 or 13891306. OLE color: 13891306.

HSL color Cylindrical-coordinate representation of color #EAF6D3: hue angle of 80.57º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAF6D3 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 211 -
CMYK 0.05 0 0.14 0.04
HSL 80.57º 0.66% 0.9% -
HSV(B) 80.57º 0.14% 0.96% -
XYZ 78.65 88.11 74.49 -
YUV 238.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 234 246 211 0.05 0 0.14 0.04 80.57 0.66 0.9
Hex EA F6 D3 5 0 E 4 51 42 5A
Octal 352 366 323 5 0 16 4 121 102 132
Binary 11101010 11110110 11010011 101 0 1110 100 1010001 1000010 1011010

Color Harmonies of #EAF6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF6D3

Black with #EAF6D3

Text Example


Text Example

White with #EAF6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF6D3; }

 p { color: rgb(234,246,211); }

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

background-color css

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

 a { background-color: rgb(234,246,211); }

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

border-color css

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

 span { border-color: rgb(234,246,211); }

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