Html Css Color HEX #EDFECE Snow Flurry

📋 copy color: '#EDFECE'

red 237 ◦ green 254 ◦ blue 206

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

Shades of Snow Flurry #EDFECE

Tints of Snow Flurry #EDFECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.44%

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

R = 34%
G = 36.44%
B = 29.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#EDFECE (or 0xEDFECE) is known color: Snow Flurry. HEX triplet: ED, FE and CE. RGB value is (237,254,206). Sum of RGB (Red+Green+Blue) = 237+254+206=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFECE is #120131. Grayscale: #F3F3F3. Windows color (decimal): -1179954 or 13565677. OLE color: 13565677.

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

Color convert

RGB 237 254 206 -
CMYK 0.07 0 0.19 0.00
HSL 81.25º 0.96% 0.9% -
HSV(B) 81.25º 0.19% 1% -
XYZ 81.51 93.34 72.11 -
YUV 243.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 237 254 206 0.07 0 0.19 0.00 81.25 0.96 0.9
Hex ED FE CE 7 0 13 0 51 60 5A
Octal 355 376 316 7 0 23 0 121 140 132
Binary 11101101 11111110 11001110 111 0 10011 0 1010001 1100000 1011010

Color Harmonies of #EDFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFECE

Black with #EDFECE

Text Example


Text Example

White with #EDFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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