Html Css Color HEX #EDFFBA Snow Flurry

📋 copy color: '#EDFFBA'

red 237 ◦ green 255 ◦ blue 186

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

Shades of Snow Flurry #EDFFBA

Tints of Snow Flurry #EDFFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 27.43%

R = 34.96%
G = 37.61%
B = 27.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#EDFFBA (or 0xEDFFBA) is known color: Snow Flurry. HEX triplet: ED, FF and BA. RGB value is (237,255,186). Sum of RGB (Red+Green+Blue) = 237+255+186=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFBA is #120045. Grayscale: #F2F2F2. Windows color (decimal): -1179718 or 12255213. OLE color: 12255213.

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

Color convert

RGB 237 255 186 -
CMYK 0.07 0 0.27 0
HSL 75.65º 1% 0.86% -
HSV(B) 75.65º 0.27% 1% -
XYZ 79.55 93.07 60.23 -
YUV 241.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 237 255 186 0.07 0 0.27 0 75.65 1 0.86
Hex ED FF BA 7 0 1B 0 4C 64 56
Octal 355 377 272 7 0 33 0 114 144 126
Binary 11101101 11111111 10111010 111 0 11011 0 1001100 1100100 1010110

Color Harmonies of #EDFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFBA

Black with #EDFFBA

Text Example


Text Example

White with #EDFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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