Html Css Color HEX #EDFACD Snow Flurry

📋 copy color: '#EDFACD'

red 237 ◦ green 250 ◦ blue 205

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

Shades of Snow Flurry #EDFACD

Tints of Snow Flurry #EDFACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 29.62%

R = 34.25%
G = 36.13%
B = 29.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#EDFACD (or 0xEDFACD) is known color: Snow Flurry. HEX triplet: ED, FA and CD. RGB value is (237,250,205). Sum of RGB (Red+Green+Blue) = 237+250+205=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFACD is #120532. Grayscale: #F1F1F1. Windows color (decimal): -1180979 or 13499117. OLE color: 13499117.

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

Color convert

RGB 237 250 205 -
CMYK 0.05 0 0.18 0.02
HSL 77.33º 0.82% 0.89% -
HSV(B) 77.33º 0.18% 0.98% -
XYZ 80.13 90.78 71.06 -
YUV 240.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 237 250 205 0.05 0 0.18 0.02 77.33 0.82 0.89
Hex ED FA CD 5 0 12 2 4D 52 59
Octal 355 372 315 5 0 22 2 115 122 131
Binary 11101101 11111010 11001101 101 0 10010 10 1001101 1010010 1011001

Color Harmonies of #EDFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFACD

Black with #EDFACD

Text Example


Text Example

White with #EDFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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