Html Css Color HEX #EFFFC2 Snow Flurry

📋 copy color: '#EFFFC2'

red 239 ◦ green 255 ◦ blue 194

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

Shades of Snow Flurry #EFFFC2

Tints of Snow Flurry #EFFFC2

RGB

 RED value IS 239 (93.75% from 255) = 34.74%

 GREEN value IS 255 (100% from 255) = 37.06%

 BLUE value IS 194 (76.17% from 255) = 28.2%

R = 34.74%
G = 37.06%
B = 28.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#EFFFC2 (or 0xEFFFC2) is known color: Snow Flurry. HEX triplet: EF, FF and C2. RGB value is (239,255,194). Sum of RGB (Red+Green+Blue) = 239+255+194=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 194 (76.17% from 255 or 28.20% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFC2 is #10003D. Grayscale: #F3F3F3. Windows color (decimal): -1048638 or 12779503. OLE color: 12779503.

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

Color convert

RGB 239 255 194 -
CMYK 0.06 0 0.24 0
HSL 75.74º 1% 0.88% -
HSV(B) 75.74º 0.24% 1% -
XYZ 81.09 93.77 64.86 -
YUV 243.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 239 255 194 0.06 0 0.24 0 75.74 1 0.88
Hex EF FF C2 6 0 18 0 4C 64 58
Octal 357 377 302 6 0 30 0 114 144 130
Binary 11101111 11111111 11000010 110 0 11000 0 1001100 1100100 1011000

Color Harmonies of #EFFFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFC2

Black with #EFFFC2

Text Example


Text Example

White with #EFFFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFC2; }

 p { color: rgb(239,255,194); }

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

background-color css

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

 a { background-color: rgb(239,255,194); }

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

border-color css

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

 span { border-color: rgb(239,255,194); }

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