Html Css Color HEX #EDFFBD Snow Flurry

📋 copy color: '#EDFFBD'

red 237 ◦ green 255 ◦ blue 189

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

Shades of Snow Flurry #EDFFBD

Tints of Snow Flurry #EDFFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 27.75%

R = 34.8%
G = 37.44%
B = 27.75%

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

#EDFFBD (or 0xEDFFBD) is known color: Snow Flurry. HEX triplet: ED, FF and BD. RGB value is (237,255,189). Sum of RGB (Red+Green+Blue) = 237+255+189=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFBD is #120042. Grayscale: #F2F2F2. Windows color (decimal): -1179715 or 12451821. OLE color: 12451821.

HSL color Cylindrical-coordinate representation of color #EDFFBD: hue angle of 76.36º 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 #EDFFBD is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 189 -
CMYK 0.07 0 0.26 0
HSL 76.36º 1% 0.87% -
HSV(B) 76.36º 0.26% 1% -
XYZ 79.87 93.2 61.92 -
YUV 242.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 237 255 189 0.07 0 0.26 0 76.36 1 0.87
Hex ED FF BD 7 0 1A 0 4C 64 57
Octal 355 377 275 7 0 32 0 114 144 127
Binary 11101101 11111111 10111101 111 0 11010 0 1001100 1100100 1010111

Color Harmonies of #EDFFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFBD

Black with #EDFFBD

Text Example


Text Example

White with #EDFFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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