Html Css Color HEX #EDFDBF Snow Flurry

📋 copy color: '#EDFDBF'

red 237 ◦ green 253 ◦ blue 191

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

Shades of Snow Flurry #EDFDBF

Tints of Snow Flurry #EDFDBF

RGB

 RED value IS 237 (92.97% from 255) = 34.8%

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

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

R = 34.8%
G = 37.15%
B = 28.05%

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

#EDFDBF (or 0xEDFDBF) is known color: Snow Flurry. HEX triplet: ED, FD and BF. RGB value is (237,253,191). Sum of RGB (Red+Green+Blue) = 237+253+191=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 191 (75% from 255 or 28.05% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDBF is #120240. Grayscale: #F1F1F1. Windows color (decimal): -1180225 or 12582381. OLE color: 12582381.

HSL color Cylindrical-coordinate representation of color #EDFDBF: hue angle of 75.48º 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 #EDFDBF is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 191 -
CMYK 0.06 0 0.25 0.01
HSL 75.48º 0.94% 0.87% -
HSV(B) 75.48º 0.25% 0.99% -
XYZ 79.45 92.02 62.86 -
YUV 241.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 237 253 191 0.06 0 0.25 0.01 75.48 0.94 0.87
Hex ED FD BF 6 0 19 1 4B 5E 57
Octal 355 375 277 6 0 31 1 113 136 127
Binary 11101101 11111101 10111111 110 0 11001 1 1001011 1011110 1010111

Color Harmonies of #EDFDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDBF

Black with #EDFDBF

Text Example


Text Example

White with #EDFDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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