Html Css Color HEX #EDFCC6 Snow Flurry

📋 copy color: '#EDFCC6'

red 237 ◦ green 252 ◦ blue 198

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

Shades of Snow Flurry #EDFCC6

Tints of Snow Flurry #EDFCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 28.82%

R = 34.5%
G = 36.68%
B = 28.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#EDFCC6 (or 0xEDFCC6) is known color: Snow Flurry. HEX triplet: ED, FC and C6. RGB value is (237,252,198). Sum of RGB (Red+Green+Blue) = 237+252+198=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 198 (77.73% from 255 or 28.82% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCC6 is #120339. Grayscale: #F1F1F1. Windows color (decimal): -1180474 or 13040877. OLE color: 13040877.

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

Color convert

RGB 237 252 198 -
CMYK 0.06 0 0.21 0.01
HSL 76.67º 0.9% 0.88% -
HSV(B) 76.67º 0.21% 0.99% -
XYZ 79.93 91.7 66.91 -
YUV 241.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 237 252 198 0.06 0 0.21 0.01 76.67 0.9 0.88
Hex ED FC C6 6 0 15 1 4D 5A 58
Octal 355 374 306 6 0 25 1 115 132 130
Binary 11101101 11111100 11000110 110 0 10101 1 1001101 1011010 1011000

Color Harmonies of #EDFCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCC6

Black with #EDFCC6

Text Example


Text Example

White with #EDFCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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