Html Css Color HEX #EDFACE Snow Flurry

📋 copy color: '#EDFACE'

red 237 ◦ green 250 ◦ blue 206

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

Shades of Snow Flurry #EDFACE

Tints of Snow Flurry #EDFACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 29.73%

R = 34.2%
G = 36.08%
B = 29.73%

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

#EDFACE (or 0xEDFACE) is known color: Snow Flurry. HEX triplet: ED, FA and CE. RGB value is (237,250,206). Sum of RGB (Red+Green+Blue) = 237+250+206=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFACE is #120531. Grayscale: #F1F1F1. Windows color (decimal): -1180978 or 13564653. OLE color: 13564653.

HSL color Cylindrical-coordinate representation of color #EDFACE: hue angle of 77.73º degrees, saturation: 0.81, 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 #EDFACE is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 206 -
CMYK 0.05 0 0.18 0.02
HSL 77.73º 0.81% 0.89% -
HSV(B) 77.73º 0.18% 0.98% -
XYZ 80.25 90.83 71.7 -
YUV 241.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 237 250 206 0.05 0 0.18 0.02 77.73 0.81 0.89
Hex ED FA CE 5 0 12 2 4E 51 59
Octal 355 372 316 5 0 22 2 116 121 131
Binary 11101101 11111010 11001110 101 0 10010 10 1001110 1010001 1011001

Color Harmonies of #EDFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFACE

Black with #EDFACE

Text Example


Text Example

White with #EDFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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