Html Css Color HEX #EDFDD0 Snow Flurry

📋 copy color: '#EDFDD0'

red 237 ◦ green 253 ◦ blue 208

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

Shades of Snow Flurry #EDFDD0

Tints of Snow Flurry #EDFDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.8%

R = 33.95%
G = 36.25%
B = 29.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#EDFDD0 (or 0xEDFDD0) is known color: Snow Flurry. HEX triplet: ED, FD and D0. RGB value is (237,253,208). Sum of RGB (Red+Green+Blue) = 237+253+208=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 208 (81.64% from 255 or 29.80% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDD0 is #12022F. Grayscale: #F3F3F3. Windows color (decimal): -1180208 or 13696493. OLE color: 13696493.

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

Color convert

RGB 237 253 208 -
CMYK 0.06 0 0.18 0.01
HSL 81.33º 0.92% 0.9% -
HSV(B) 81.33º 0.18% 0.99% -
XYZ 81.44 92.81 73.3 -
YUV 243.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 237 253 208 0.06 0 0.18 0.01 81.33 0.92 0.9
Hex ED FD D0 6 0 12 1 51 5C 5A
Octal 355 375 320 6 0 22 1 121 134 132
Binary 11101101 11111101 11010000 110 0 10010 1 1010001 1011100 1011010

Color Harmonies of #EDFDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDD0

Black with #EDFDD0

Text Example


Text Example

White with #EDFDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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