Html Css Color HEX #EDFCC1 Snow Flurry

📋 copy color: '#EDFCC1'

red 237 ◦ green 252 ◦ blue 193

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

Shades of Snow Flurry #EDFCC1

Tints of Snow Flurry #EDFCC1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.95%

 BLUE value IS 193 (75.78% from 255) = 28.3%

R = 34.75%
G = 36.95%
B = 28.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#EDFCC1 (or 0xEDFCC1) is known color: Snow Flurry. HEX triplet: ED, FC and C1. RGB value is (237,252,193). Sum of RGB (Red+Green+Blue) = 237+252+193=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 193 (75.78% from 255 or 28.30% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCC1 is #12033E. Grayscale: #F1F1F1. Windows color (decimal): -1180479 or 12713197. OLE color: 12713197.

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

Color convert

RGB 237 252 193 -
CMYK 0.06 0 0.23 0.01
HSL 75.25º 0.91% 0.87% -
HSV(B) 75.25º 0.23% 0.99% -
XYZ 79.36 91.48 63.93 -
YUV 240.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 237 252 193 0.06 0 0.23 0.01 75.25 0.91 0.87
Hex ED FC C1 6 0 17 1 4B 5B 57
Octal 355 374 301 6 0 27 1 113 133 127
Binary 11101101 11111100 11000001 110 0 10111 1 1001011 1011011 1010111

Color Harmonies of #EDFCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCC1

Black with #EDFCC1

Text Example


Text Example

White with #EDFCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCC1; }

 p { color: rgb(237,252,193); }

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

background-color css

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

 a { background-color: rgb(237,252,193); }

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

border-color css

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

 span { border-color: rgb(237,252,193); }

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