Html Css Color HEX #EDFFBC Snow Flurry

📋 copy color: '#EDFFBC'

red 237 ◦ green 255 ◦ blue 188

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

Shades of Snow Flurry #EDFFBC

Tints of Snow Flurry #EDFFBC

RGB

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

 GREEN value IS 255 (100% from 255) = 37.5%

 BLUE value IS 188 (73.83% from 255) = 27.65%

R = 34.85%
G = 37.5%
B = 27.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#EDFFBC (or 0xEDFFBC) is known color: Snow Flurry. HEX triplet: ED, FF and BC. RGB value is (237,255,188). Sum of RGB (Red+Green+Blue) = 237+255+188=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 188 (73.83% from 255 or 27.65% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFBC is #120043. Grayscale: #F2F2F2. Windows color (decimal): -1179716 or 12386285. OLE color: 12386285.

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

Color convert

RGB 237 255 188 -
CMYK 0.07 0 0.26 0
HSL 76.12º 1% 0.87% -
HSV(B) 76.12º 0.26% 1% -
XYZ 79.76 93.16 61.35 -
YUV 241.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 237 255 188 0.07 0 0.26 0 76.12 1 0.87
Hex ED FF BC 7 0 1A 0 4C 64 57
Octal 355 377 274 7 0 32 0 114 144 127
Binary 11101101 11111111 10111100 111 0 11010 0 1001100 1100100 1010111

Color Harmonies of #EDFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFBC

Black with #EDFFBC

Text Example


Text Example

White with #EDFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFBC; }

 p { color: rgb(237,255,188); }

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

background-color css

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

 a { background-color: rgb(237,255,188); }

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

border-color css

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

 span { border-color: rgb(237,255,188); }

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