#EDF9CB

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

Shades of Snow Flurry #EDF9CB

Tints of Snow Flurry #EDF9CB

Color information

#EDF9CB (or 0xEDF9CB) is unknown color: approx Snow Flurry. HEX triplet: ED, F9 and CB. RGB value is (237,249,203). Sum of RGB (Red+Green+Blue) = 237+249+203=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9CB is #120634. Grayscale: #F0F0F0. Windows color (decimal): -1181237 or 13367789. OLE color: 13367789.

HSL color Cylindrical-coordinate representation of color #EDF9CB: hue angle of 75.65º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDF9CB is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB237249203-
CMYK0.0500.180.02
HSL75.65º79.31%88.63%-
HSV(B)75.65º18.47%97.65%-
XYZ79.5890.0769.69-
YUV240.17107.02125.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 249 (97.66% from 255) = 36.14%
BLUE value IS 203 (79.69% from 255) = 29.46%
R=34.40%
G=36.14%
B=29.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372492030.0500.180.0275.6579.3188.63
HexEDF9CB501224c4f59
Octal35537131350222114117131
Binary11101101111110011100101110101001010100110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9CB; }

 p { color: rgb(237,249,203); }

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

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

 a { background-color: rgb(237,249,203); }

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

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

 span { border-color: rgb(237,249,203); }

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