Html Css Color HEX #EFFDBF Snow Flurry

📋 copy color: '#EFFDBF'

red 239 ◦ green 253 ◦ blue 191

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

Shades of Snow Flurry #EFFDBF

Tints of Snow Flurry #EFFDBF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.04%

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

R = 34.99%
G = 37.04%
B = 27.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#EFFDBF (or 0xEFFDBF) is known color: Snow Flurry. HEX triplet: EF, FD and BF. RGB value is (239,253,191). Sum of RGB (Red+Green+Blue) = 239+253+191=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 191 (75% from 255 or 27.96% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDBF is #100240. Grayscale: #F1F1F1. Windows color (decimal): -1049153 or 12582383. OLE color: 12582383.

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

Color convert

RGB 239 253 191 -
CMYK 0.06 0 0.25 0.01
HSL 73.55º 0.94% 0.87% -
HSV(B) 73.55º 0.25% 0.99% -
XYZ 80.13 92.36 62.89 -
YUV 241.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 239 253 191 0.06 0 0.25 0.01 73.55 0.94 0.87
Hex EF FD BF 6 0 19 1 4A 5E 57
Octal 357 375 277 6 0 31 1 112 136 127
Binary 11101111 11111101 10111111 110 0 11001 1 1001010 1011110 1010111

Color Harmonies of #EFFDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDBF

Black with #EFFDBF

Text Example


Text Example

White with #EFFDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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