#EDFCCB

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

Shades of Snow Flurry #EDFCCB

Tints of Snow Flurry #EDFCCB

Color information

#EDFCCB (or 0xEDFCCB) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and CB. RGB value is (237,252,203). Sum of RGB (Red+Green+Blue) = 237+252+203=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCCB is #120334. Grayscale: #F2F2F2. Windows color (decimal): -1180469 or 13368557. OLE color: 13368557.

HSL color Cylindrical-coordinate representation of color #EDFCCB: hue angle of 78.37º 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 #EDFCCB is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB237252203-
CMYK0.0600.190.01
HSL78.37º89.09%89.22%-
HSV(B)78.37º19.44%98.82%-
XYZ80.5191.9470-
YUV241.93106.03124.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 252 (98.83% from 255) = 36.42%
BLUE value IS 203 (79.69% from 255) = 29.34%
R=34.25%
G=36.42%
B=29.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522030.0600.190.0178.3789.0989.22
HexEDFCCB601314e5959
Octal35537431360231116131131
Binary1110110111111100110010111100100111100111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCCB; }

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

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

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

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

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

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

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

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