#EDF8CC

Color #EDF8CC Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #EDF8CC

Tints of Snow Flurry #EDF8CC

Color information

#EDF8CC (or 0xEDF8CC) is unknown color: approx Snow Flurry. HEX triplet: ED, F8 and CC. RGB value is (237,248,204). Sum of RGB (Red+Green+Blue) = 237+248+204=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8CC is #120733. Grayscale: #EFEFEF. Windows color (decimal): -1181492 or 13433069. OLE color: 13433069.

HSL color Cylindrical-coordinate representation of color #EDF8CC: hue angle of 75º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDF8CC is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB237248204-
CMYK0.0400.180.03
HSL75º75.86%88.63%-
HSV(B)75º17.74%97.25%-
XYZ79.3989.570.22-
YUV239.7107.86126.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 248 (97.27% from 255) = 35.99%
BLUE value IS 204 (80.08% from 255) = 29.61%
R=34.40%
G=35.99%
B=29.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372482040.0400.180.037575.8688.63
HexEDF8CC401234b4c59
Octal35537031440223113114131
Binary11101101111110001100110010001001011100101110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8CC; }

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

 H1.HeaderClassName
 {
   color: #EDF8CC;
 }
 .AnyTagClassName
 {
   color: #EDF8CC;
 }
</style>
background-color css

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

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

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

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

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

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