Html Css Color HEX #EDF9C0 Snow Flurry

📋 copy color: '#EDF9C0'

red 237 ◦ green 249 ◦ blue 192

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

Shades of Snow Flurry #EDF9C0

Tints of Snow Flurry #EDF9C0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.73%

 BLUE value IS 192 (75.39% from 255) = 28.32%

R = 34.96%
G = 36.73%
B = 28.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#EDF9C0 (or 0xEDF9C0) is known color: Snow Flurry. HEX triplet: ED, F9 and C0. RGB value is (237,249,192). Sum of RGB (Red+Green+Blue) = 237+249+192=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 192 (75.39% from 255 or 28.32% from 678); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9C0 is #12063F. Grayscale: #EFEFEF. Windows color (decimal): -1181248 or 12646893. OLE color: 12646893.

HSL color Cylindrical-coordinate representation of color #EDF9C0: hue angle of 72.63º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDF9C0 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 192 -
CMYK 0.05 0 0.23 0.02
HSL 72.63º 0.83% 0.86% -
HSV(B) 72.63º 0.23% 0.98% -
XYZ 78.32 89.56 63.03 -
YUV 238.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 237 249 192 0.05 0 0.23 0.02 72.63 0.83 0.86
Hex ED F9 C0 5 0 17 2 49 53 56
Octal 355 371 300 5 0 27 2 111 123 126
Binary 11101101 11111001 11000000 101 0 10111 10 1001001 1010011 1010110

Color Harmonies of #EDF9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9C0

Black with #EDF9C0

Text Example


Text Example

White with #EDF9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9C0; }

 p { color: rgb(237,249,192); }

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

background-color css

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

 a { background-color: rgb(237,249,192); }

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

border-color css

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

 span { border-color: rgb(237,249,192); }

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