Html Css Color HEX #EDFFCC Snow Flurry

📋 copy color: '#EDFFCC'

red 237 ◦ green 255 ◦ blue 204

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

Shades of Snow Flurry #EDFFCC

Tints of Snow Flurry #EDFFCC

RGB

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

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

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

R = 34.05%
G = 36.64%
B = 29.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#EDFFCC (or 0xEDFFCC) is known color: Snow Flurry. HEX triplet: ED, FF and CC. RGB value is (237,255,204). Sum of RGB (Red+Green+Blue) = 237+255+204=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 204 (80.08% from 255 or 29.31% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFCC is #120033. Grayscale: #F3F3F3. Windows color (decimal): -1179700 or 13434861. OLE color: 13434861.

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

Color convert

RGB 237 255 204 -
CMYK 0.07 0 0.2 0
HSL 81.18º 1% 0.9% -
HSV(B) 81.18º 0.2% 1% -
XYZ 81.58 93.88 70.95 -
YUV 243.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 237 255 204 0.07 0 0.2 0 81.18 1 0.9
Hex ED FF CC 7 0 14 0 51 64 5A
Octal 355 377 314 7 0 24 0 121 144 132
Binary 11101101 11111111 11001100 111 0 10100 0 1010001 1100100 1011010

Color Harmonies of #EDFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFCC

Black with #EDFFCC

Text Example


Text Example

White with #EDFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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