Html Css Color HEX #EDFFCF Snow Flurry

📋 copy color: '#EDFFCF'

red 237 ◦ green 255 ◦ blue 207

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

Shades of Snow Flurry #EDFFCF

Tints of Snow Flurry #EDFFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 36.48%

 BLUE value IS 207 (81.25% from 255) = 29.61%

R = 33.91%
G = 36.48%
B = 29.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#EDFFCF (or 0xEDFFCF) is known color: Snow Flurry. HEX triplet: ED, FF and CF. RGB value is (237,255,207). Sum of RGB (Red+Green+Blue) = 237+255+207=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 207 (81.25% from 255 or 29.61% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFCF is #120030. Grayscale: #F4F4F4. Windows color (decimal): -1179697 or 13631469. OLE color: 13631469.

HSL color Cylindrical-coordinate representation of color #EDFFCF: hue angle of 82.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDFFCF is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 207 -
CMYK 0.07 0 0.19 0
HSL 82.5º 1% 0.91% -
HSV(B) 82.5º 0.19% 1% -
XYZ 81.95 94.03 72.86 -
YUV 244.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 237 255 207 0.07 0 0.19 0 82.5 1 0.91
Hex ED FF CF 7 0 13 0 52 64 5B
Octal 355 377 317 7 0 23 0 122 144 133
Binary 11101101 11111111 11001111 111 0 10011 0 1010010 1100100 1011011

Color Harmonies of #EDFFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFCF

Black with #EDFFCF

Text Example


Text Example

White with #EDFFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFCF; }

 p { color: rgb(237,255,207); }

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

background-color css

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

 a { background-color: rgb(237,255,207); }

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

border-color css

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

 span { border-color: rgb(237,255,207); }

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