Html Css Color HEX #EFFBC2 Snow Flurry

📋 copy color: '#EFFBC2'

red 239 ◦ green 251 ◦ blue 194

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

Shades of Snow Flurry #EFFBC2

Tints of Snow Flurry #EFFBC2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.7%

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

R = 34.94%
G = 36.7%
B = 28.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#EFFBC2 (or 0xEFFBC2) is known color: Snow Flurry. HEX triplet: EF, FB and C2. RGB value is (239,251,194). Sum of RGB (Red+Green+Blue) = 239+251+194=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 194 (76.17% from 255 or 28.36% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBC2 is #10043D. Grayscale: #F1F1F1. Windows color (decimal): -1049662 or 12778479. OLE color: 12778479.

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

Color convert

RGB 239 251 194 -
CMYK 0.05 0 0.23 0.02
HSL 72.63º 0.88% 0.87% -
HSV(B) 72.63º 0.23% 0.98% -
XYZ 79.83 91.24 64.44 -
YUV 240.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 239 251 194 0.05 0 0.23 0.02 72.63 0.88 0.87
Hex EF FB C2 5 0 17 2 49 58 57
Octal 357 373 302 5 0 27 2 111 130 127
Binary 11101111 11111011 11000010 101 0 10111 10 1001001 1011000 1010111

Color Harmonies of #EFFBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFBC2

Black with #EFFBC2

Text Example


Text Example

White with #EFFBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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