Html Css Color HEX #EDFCC8 Snow Flurry

📋 copy color: '#EDFCC8'

red 237 ◦ green 252 ◦ blue 200

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

Shades of Snow Flurry #EDFCC8

Tints of Snow Flurry #EDFCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.03%

R = 34.4%
G = 36.57%
B = 29.03%

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

#EDFCC8 (or 0xEDFCC8) is known color: Snow Flurry. HEX triplet: ED, FC and C8. RGB value is (237,252,200). Sum of RGB (Red+Green+Blue) = 237+252+200=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCC8 is #120337. Grayscale: #F1F1F1. Windows color (decimal): -1180472 or 13171949. OLE color: 13171949.

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

Color convert

RGB 237 252 200 -
CMYK 0.06 0 0.21 0.01
HSL 77.31º 0.9% 0.89% -
HSV(B) 77.31º 0.21% 0.99% -
XYZ 80.16 91.8 68.14 -
YUV 241.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 237 252 200 0.06 0 0.21 0.01 77.31 0.9 0.89
Hex ED FC C8 6 0 15 1 4D 5A 59
Octal 355 374 310 6 0 25 1 115 132 131
Binary 11101101 11111100 11001000 110 0 10101 1 1001101 1011010 1011001

Color Harmonies of #EDFCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCC8

Black with #EDFCC8

Text Example


Text Example

White with #EDFCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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