Html Css Color HEX #EDFDC5 Snow Flurry

📋 copy color: '#EDFDC5'

red 237 ◦ green 253 ◦ blue 197

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

Shades of Snow Flurry #EDFDC5

Tints of Snow Flurry #EDFDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.68%

R = 34.5%
G = 36.83%
B = 28.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#EDFDC5 (or 0xEDFDC5) is known color: Snow Flurry. HEX triplet: ED, FD and C5. RGB value is (237,253,197). Sum of RGB (Red+Green+Blue) = 237+253+197=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 197 (77.34% from 255 or 28.68% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC5 is #12023A. Grayscale: #F2F2F2. Windows color (decimal): -1180219 or 12975597. OLE color: 12975597.

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

Color convert

RGB 237 253 197 -
CMYK 0.06 0 0.22 0.01
HSL 77.14º 0.93% 0.88% -
HSV(B) 77.14º 0.22% 0.99% -
XYZ 80.13 92.29 66.41 -
YUV 241.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 237 253 197 0.06 0 0.22 0.01 77.14 0.93 0.88
Hex ED FD C5 6 0 16 1 4D 5D 58
Octal 355 375 305 6 0 26 1 115 135 130
Binary 11101101 11111101 11000101 110 0 10110 1 1001101 1011101 1011000

Color Harmonies of #EDFDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDC5

Black with #EDFDC5

Text Example


Text Example

White with #EDFDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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