Html Css Color HEX #EFFFC4 Snow Flurry

📋 copy color: '#EFFFC4'

red 239 ◦ green 255 ◦ blue 196

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

Shades of Snow Flurry #EFFFC4

Tints of Snow Flurry #EFFFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 28.41%

R = 34.64%
G = 36.96%
B = 28.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#EFFFC4 (or 0xEFFFC4) is known color: Snow Flurry. HEX triplet: EF, FF and C4. RGB value is (239,255,196). Sum of RGB (Red+Green+Blue) = 239+255+196=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 196 (76.95% from 255 or 28.41% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFC4 is #10003B. Grayscale: #F3F3F3. Windows color (decimal): -1048636 or 12910575. OLE color: 12910575.

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

Color convert

RGB 239 255 196 -
CMYK 0.06 0 0.23 0
HSL 76.27º 1% 0.88% -
HSV(B) 76.27º 0.23% 1% -
XYZ 81.32 93.86 66.05 -
YUV 243.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 239 255 196 0.06 0 0.23 0 76.27 1 0.88
Hex EF FF C4 6 0 17 0 4C 64 58
Octal 357 377 304 6 0 27 0 114 144 130
Binary 11101111 11111111 11000100 110 0 10111 0 1001100 1100100 1011000

Color Harmonies of #EFFFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFC4

Black with #EFFFC4

Text Example


Text Example

White with #EFFFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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