Html Css Color HEX #EDFCCC Snow Flurry

📋 copy color: '#EDFCCC'

red 237 ◦ green 252 ◦ blue 204

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

Shades of Snow Flurry #EDFCCC

Tints of Snow Flurry #EDFCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.44%

R = 34.2%
G = 36.36%
B = 29.44%

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

#EDFCCC (or 0xEDFCCC) is known color: Snow Flurry. HEX triplet: ED, FC and CC. RGB value is (237,252,204). Sum of RGB (Red+Green+Blue) = 237+252+204=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 204 (80.08% from 255 or 29.44% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCCC is #120333. Grayscale: #F2F2F2. Windows color (decimal): -1180468 or 13434093. OLE color: 13434093.

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

Color convert

RGB 237 252 204 -
CMYK 0.06 0 0.19 0.01
HSL 78.75º 0.89% 0.89% -
HSV(B) 78.75º 0.19% 0.99% -
XYZ 80.63 91.98 70.63 -
YUV 242.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 237 252 204 0.06 0 0.19 0.01 78.75 0.89 0.89
Hex ED FC CC 6 0 13 1 4F 59 59
Octal 355 374 314 6 0 23 1 117 131 131
Binary 11101101 11111100 11001100 110 0 10011 1 1001111 1011001 1011001

Color Harmonies of #EDFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCCC

Black with #EDFCCC

Text Example


Text Example

White with #EDFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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