#EDF6CB

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

Shades of Snow Flurry #EDF6CB

Tints of Snow Flurry #EDF6CB

Color information

#EDF6CB (or 0xEDF6CB) is unknown color: approx Snow Flurry. HEX triplet: ED, F6 and CB. RGB value is (237,246,203). Sum of RGB (Red+Green+Blue) = 237+246+203=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6CB is #120934. Grayscale: #EEEEEE. Windows color (decimal): -1182005 or 13367021. OLE color: 13367021.

HSL color Cylindrical-coordinate representation of color #EDF6CB: hue angle of 72.56º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDF6CB is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB237246203-
CMYK0.0400.170.04
HSL72.56º70.49%88.04%-
HSV(B)72.56º17.48%96.47%-
XYZ78.6688.2369.38-
YUV238.41108.02127-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 246 (96.48% from 255) = 35.86%
BLUE value IS 203 (79.69% from 255) = 29.59%
R=34.55%
G=35.86%
B=29.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372462030.0400.170.0472.5670.4988.04
HexEDF6CB40114494658
Octal35536631340214111106130
Binary111011011111011011001011100010001100100100110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6CB; }

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

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

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

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

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

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

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

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