Html Css Color HEX #EFFBC1 Snow Flurry

📋 copy color: '#EFFBC1'

red 239 ◦ green 251 ◦ blue 193

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

Shades of Snow Flurry #EFFBC1

Tints of Snow Flurry #EFFBC1

RGB

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

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

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

R = 34.99%
G = 36.75%
B = 28.26%

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

#EFFBC1 (or 0xEFFBC1) is known color: Snow Flurry. HEX triplet: EF, FB and C1. RGB value is (239,251,193). Sum of RGB (Red+Green+Blue) = 239+251+193=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 193 (75.78% from 255 or 28.26% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBC1 is #10043E. Grayscale: #F1F1F1. Windows color (decimal): -1049663 or 12712943. OLE color: 12712943.

HSL color Cylindrical-coordinate representation of color #EFFBC1: hue angle of 72.41º 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 #EFFBC1 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 251 193 -
CMYK 0.05 0 0.23 0.02
HSL 72.41º 0.88% 0.87% -
HSV(B) 72.41º 0.23% 0.98% -
XYZ 79.72 91.2 63.85 -
YUV 240.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 239 251 193 0.05 0 0.23 0.02 72.41 0.88 0.87
Hex EF FB C1 5 0 17 2 48 58 57
Octal 357 373 301 5 0 27 2 110 130 127
Binary 11101111 11111011 11000001 101 0 10111 10 1001000 1011000 1010111

Color Harmonies of #EFFBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFBC1

Black with #EFFBC1

Text Example


Text Example

White with #EFFBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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