Html Css Color HEX #EDFCCD Snow Flurry

📋 copy color: '#EDFCCD'

red 237 ◦ green 252 ◦ blue 205

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

Shades of Snow Flurry #EDFCCD

Tints of Snow Flurry #EDFCCD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.31%

 BLUE value IS 205 (80.47% from 255) = 29.54%

R = 34.15%
G = 36.31%
B = 29.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#EDFCCD (or 0xEDFCCD) is known color: Snow Flurry. HEX triplet: ED, FC and CD. RGB value is (237,252,205). Sum of RGB (Red+Green+Blue) = 237+252+205=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCCD is #120332. Grayscale: #F2F2F2. Windows color (decimal): -1180467 or 13499629. OLE color: 13499629.

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

Color convert

RGB 237 252 205 -
CMYK 0.06 0 0.19 0.01
HSL 79.15º 0.89% 0.9% -
HSV(B) 79.15º 0.19% 0.99% -
XYZ 80.75 92.03 71.27 -
YUV 242.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 237 252 205 0.06 0 0.19 0.01 79.15 0.89 0.9
Hex ED FC CD 6 0 13 1 4F 59 5A
Octal 355 374 315 6 0 23 1 117 131 132
Binary 11101101 11111100 11001101 110 0 10011 1 1001111 1011001 1011010

Color Harmonies of #EDFCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCCD

Black with #EDFCCD

Text Example


Text Example

White with #EDFCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCCD; }

 p { color: rgb(237,252,205); }

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

background-color css

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

 a { background-color: rgb(237,252,205); }

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

border-color css

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

 span { border-color: rgb(237,252,205); }

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