Html Css Color HEX #EFFBC5 Snow Flurry

📋 copy color: '#EFFBC5'

red 239 ◦ green 251 ◦ blue 197

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

Shades of Snow Flurry #EFFBC5

Tints of Snow Flurry #EFFBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.68%

R = 34.79%
G = 36.54%
B = 28.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#EFFBC5 (or 0xEFFBC5) is known color: Snow Flurry. HEX triplet: EF, FB and C5. RGB value is (239,251,197). Sum of RGB (Red+Green+Blue) = 239+251+197=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 197 (77.34% from 255 or 28.68% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBC5 is #10043A. Grayscale: #F1F1F1. Windows color (decimal): -1049659 or 12975087. OLE color: 12975087.

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

Color convert

RGB 239 251 197 -
CMYK 0.05 0 0.22 0.02
HSL 73.33º 0.87% 0.88% -
HSV(B) 73.33º 0.22% 0.98% -
XYZ 80.17 91.38 66.24 -
YUV 241.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 239 251 197 0.05 0 0.22 0.02 73.33 0.87 0.88
Hex EF FB C5 5 0 16 2 49 57 58
Octal 357 373 305 5 0 26 2 111 127 130
Binary 11101111 11111011 11000101 101 0 10110 10 1001001 1010111 1011000

Color Harmonies of #EFFBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFBC5

Black with #EFFBC5

Text Example


Text Example

White with #EFFBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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