Html Css Color HEX #EFFEC1 Snow Flurry

📋 copy color: '#EFFEC1'

red 239 ◦ green 254 ◦ blue 193

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

Shades of Snow Flurry #EFFEC1

Tints of Snow Flurry #EFFEC1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.03%

 BLUE value IS 193 (75.78% from 255) = 28.13%

R = 34.84%
G = 37.03%
B = 28.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#EFFEC1 (or 0xEFFEC1) is known color: Snow Flurry. HEX triplet: EF, FE and C1. RGB value is (239,254,193). Sum of RGB (Red+Green+Blue) = 239+254+193=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 193 (75.78% from 255 or 28.13% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEC1 is #10013E. Grayscale: #F2F2F2. Windows color (decimal): -1048895 or 12713711. OLE color: 12713711.

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

Color convert

RGB 239 254 193 -
CMYK 0.06 0 0.24 0.00
HSL 74.75º 0.97% 0.88% -
HSV(B) 74.75º 0.24% 1% -
XYZ 80.66 93.08 64.17 -
YUV 242.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 239 254 193 0.06 0 0.24 0.00 74.75 0.97 0.88
Hex EF FE C1 6 0 18 0 4B 61 58
Octal 357 376 301 6 0 30 0 113 141 130
Binary 11101111 11111110 11000001 110 0 11000 0 1001011 1100001 1011000

Color Harmonies of #EFFEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFEC1

Black with #EFFEC1

Text Example


Text Example

White with #EFFEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFEC1; }

 p { color: rgb(239,254,193); }

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

background-color css

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

 a { background-color: rgb(239,254,193); }

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

border-color css

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

 span { border-color: rgb(239,254,193); }

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