Html Css Color HEX #EDFDC8 Snow Flurry

📋 copy color: '#EDFDC8'

red 237 ◦ green 253 ◦ blue 200

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

Shades of Snow Flurry #EDFDC8

Tints of Snow Flurry #EDFDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 28.99%

R = 34.35%
G = 36.67%
B = 28.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#EDFDC8 (or 0xEDFDC8) is known color: Snow Flurry. HEX triplet: ED, FD and C8. RGB value is (237,253,200). Sum of RGB (Red+Green+Blue) = 237+253+200=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 200 (78.52% from 255 or 28.99% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC8 is #120237. Grayscale: #F2F2F2. Windows color (decimal): -1180216 or 13172205. OLE color: 13172205.

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

Color convert

RGB 237 253 200 -
CMYK 0.06 0 0.21 0.01
HSL 78.11º 0.93% 0.89% -
HSV(B) 78.11º 0.21% 0.99% -
XYZ 80.48 92.43 68.24 -
YUV 242.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 237 253 200 0.06 0 0.21 0.01 78.11 0.93 0.89
Hex ED FD C8 6 0 15 1 4E 5D 59
Octal 355 375 310 6 0 25 1 116 135 131
Binary 11101101 11111101 11001000 110 0 10101 1 1001110 1011101 1011001

Color Harmonies of #EDFDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDC8

Black with #EDFDC8

Text Example


Text Example

White with #EDFDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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