Html Css Color HEX #EDFACF Snow Flurry

📋 copy color: '#EDFACF'

red 237 ◦ green 250 ◦ blue 207

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

Shades of Snow Flurry #EDFACF

Tints of Snow Flurry #EDFACF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.02%

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

R = 34.15%
G = 36.02%
B = 29.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#EDFACF (or 0xEDFACF) is known color: Snow Flurry. HEX triplet: ED, FA and CF. RGB value is (237,250,207). Sum of RGB (Red+Green+Blue) = 237+250+207=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 207 (81.25% from 255 or 29.83% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFACF is #120530. Grayscale: #F1F1F1. Windows color (decimal): -1180977 or 13630189. OLE color: 13630189.

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

Color convert

RGB 237 250 207 -
CMYK 0.05 0 0.17 0.02
HSL 78.14º 0.81% 0.9% -
HSV(B) 78.14º 0.17% 0.98% -
XYZ 80.37 90.88 72.34 -
YUV 241.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 237 250 207 0.05 0 0.17 0.02 78.14 0.81 0.9
Hex ED FA CF 5 0 11 2 4E 51 5A
Octal 355 372 317 5 0 21 2 116 121 132
Binary 11101101 11111010 11001111 101 0 10001 10 1001110 1010001 1011010

Color Harmonies of #EDFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFACF

Black with #EDFACF

Text Example


Text Example

White with #EDFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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