Html Css Color HEX #EFFEBF Snow Flurry

📋 copy color: '#EFFEBF'

red 239 ◦ green 254 ◦ blue 191

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

Shades of Snow Flurry #EFFEBF

Tints of Snow Flurry #EFFEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 27.92%

R = 34.94%
G = 37.13%
B = 27.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#EFFEBF (or 0xEFFEBF) is known color: Snow Flurry. HEX triplet: EF, FE and BF. RGB value is (239,254,191). Sum of RGB (Red+Green+Blue) = 239+254+191=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 191 (75% from 255 or 27.92% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEBF is #100140. Grayscale: #F2F2F2. Windows color (decimal): -1048897 or 12582639. OLE color: 12582639.

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

Color convert

RGB 239 254 191 -
CMYK 0.06 0 0.25 0.00
HSL 74.29º 0.97% 0.87% -
HSV(B) 74.29º 0.25% 1% -
XYZ 80.44 93 63 -
YUV 242.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 239 254 191 0.06 0 0.25 0.00 74.29 0.97 0.87
Hex EF FE BF 6 0 19 0 4A 61 57
Octal 357 376 277 6 0 31 0 112 141 127
Binary 11101111 11111110 10111111 110 0 11001 0 1001010 1100001 1010111

Color Harmonies of #EFFEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFEBF

Black with #EFFEBF

Text Example


Text Example

White with #EFFEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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