Html Css Color HEX #EDFDD1 Snow Flurry

📋 copy color: '#EDFDD1'

red 237 ◦ green 253 ◦ blue 209

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

Shades of Snow Flurry #EDFDD1

Tints of Snow Flurry #EDFDD1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.19%

 BLUE value IS 209 (82.03% from 255) = 29.9%

R = 33.91%
G = 36.19%
B = 29.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#EDFDD1 (or 0xEDFDD1) is known color: Snow Flurry. HEX triplet: ED, FD and D1. RGB value is (237,253,209). Sum of RGB (Red+Green+Blue) = 237+253+209=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 209 (82.03% from 255 or 29.90% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDD1 is #12022E. Grayscale: #F3F3F3. Windows color (decimal): -1180207 or 13762029. OLE color: 13762029.

HSL color Cylindrical-coordinate representation of color #EDFDD1: hue angle of 81.82º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDFDD1 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 209 -
CMYK 0.06 0 0.17 0.01
HSL 81.82º 0.92% 0.91% -
HSV(B) 81.82º 0.17% 0.99% -
XYZ 81.56 92.86 73.95 -
YUV 243.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 237 253 209 0.06 0 0.17 0.01 81.82 0.92 0.91
Hex ED FD D1 6 0 11 1 52 5C 5B
Octal 355 375 321 6 0 21 1 122 134 133
Binary 11101101 11111101 11010001 110 0 10001 1 1010010 1011100 1011011

Color Harmonies of #EDFDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDD1

Black with #EDFDD1

Text Example


Text Example

White with #EDFDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDD1; }

 p { color: rgb(237,253,209); }

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

background-color css

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

 a { background-color: rgb(237,253,209); }

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

border-color css

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

 span { border-color: rgb(237,253,209); }

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