#EDFDCB

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

Shades of Snow Flurry #EDFDCB

Tints of Snow Flurry #EDFDCB

Color information

#EDFDCB (or 0xEDFDCB) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and CB. RGB value is (237,253,203). Sum of RGB (Red+Green+Blue) = 237+253+203=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 203 (79.69% from 255 or 29.29% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDCB is #120234. Grayscale: #F2F2F2. Windows color (decimal): -1180213 or 13368813. OLE color: 13368813.

HSL color Cylindrical-coordinate representation of color #EDFDCB: hue angle of 79.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDFDCB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB237253203-
CMYK0.0600.200.01
HSL79.2º92.59%89.41%-
HSV(B)79.2º19.76%99.22%-
XYZ80.8392.5770.11-
YUV242.52105.7124.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 253 (99.22% from 255) = 36.51%
BLUE value IS 203 (79.69% from 255) = 29.29%
R=34.20%
G=36.51%
B=29.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532030.0600.200.0179.292.5989.41
HexEDFDCB601414f5d59
Octal35537531360241117135131
Binary1110110111111101110010111100101001100111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDCB; }

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

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

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

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

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

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

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

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