Html Css Color HEX #EDFFD2 Snow Flurry

📋 copy color: '#EDFFD2'

red 237 ◦ green 255 ◦ blue 210

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

Shades of Snow Flurry #EDFFD2

Tints of Snow Flurry #EDFFD2

RGB

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

 GREEN value IS 255 (100% from 255) = 36.32%

 BLUE value IS 210 (82.42% from 255) = 29.91%

R = 33.76%
G = 36.32%
B = 29.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#EDFFD2 (or 0xEDFFD2) is known color: Snow Flurry. HEX triplet: ED, FF and D2. RGB value is (237,255,210). Sum of RGB (Red+Green+Blue) = 237+255+210=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 210 (82.42% from 255 or 29.91% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFD2 is #12002D. Grayscale: #F4F4F4. Windows color (decimal): -1179694 or 13828077. OLE color: 13828077.

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

Color convert

RGB 237 255 210 -
CMYK 0.07 0 0.18 0
HSL 84º 1% 0.91% -
HSV(B) 84º 0.18% 1% -
XYZ 82.32 94.18 74.81 -
YUV 244.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 237 255 210 0.07 0 0.18 0 84 1 0.91
Hex ED FF D2 7 0 12 0 54 64 5B
Octal 355 377 322 7 0 22 0 124 144 133
Binary 11101101 11111111 11010010 111 0 10010 0 1010100 1100100 1011011

Color Harmonies of #EDFFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFD2

Black with #EDFFD2

Text Example


Text Example

White with #EDFFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFD2; }

 p { color: rgb(237,255,210); }

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

background-color css

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

 a { background-color: rgb(237,255,210); }

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

border-color css

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

 span { border-color: rgb(237,255,210); }

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