Html Css Color HEX #EDFDC3 Snow Flurry

📋 copy color: '#EDFDC3'

red 237 ◦ green 253 ◦ blue 195

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

Shades of Snow Flurry #EDFDC3

Tints of Snow Flurry #EDFDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 28.47%

R = 34.6%
G = 36.93%
B = 28.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#EDFDC3 (or 0xEDFDC3) is known color: Snow Flurry. HEX triplet: ED, FD and C3. RGB value is (237,253,195). Sum of RGB (Red+Green+Blue) = 237+253+195=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 195 (76.56% from 255 or 28.47% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC3 is #12023C. Grayscale: #F1F1F1. Windows color (decimal): -1180221 or 12844525. OLE color: 12844525.

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

Color convert

RGB 237 253 195 -
CMYK 0.06 0 0.23 0.01
HSL 76.55º 0.94% 0.88% -
HSV(B) 76.55º 0.23% 0.99% -
XYZ 79.9 92.2 65.21 -
YUV 241.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 237 253 195 0.06 0 0.23 0.01 76.55 0.94 0.88
Hex ED FD C3 6 0 17 1 4D 5E 58
Octal 355 375 303 6 0 27 1 115 136 130
Binary 11101101 11111101 11000011 110 0 10111 1 1001101 1011110 1011000

Color Harmonies of #EDFDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDC3

Black with #EDFDC3

Text Example


Text Example

White with #EDFDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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