#ECFDCF

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

Shades of Snow Flurry #ECFDCF

Tints of Snow Flurry #ECFDCF

Color information

#ECFDCF (or 0xECFDCF) is unknown color: approx Snow Flurry. HEX triplet: EC, FD and CF. RGB value is (236,253,207). Sum of RGB (Red+Green+Blue) = 236+253+207=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFDCF is #130230. Grayscale: #F2F2F2. Windows color (decimal): -1245745 or 13630956. OLE color: 13630956.

HSL color Cylindrical-coordinate representation of color #ECFDCF: hue angle of 82.17º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECFDCF is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB236253207-
CMYK0.0700.180.01
HSL82.17º92%90.2%-
HSV(B)82.17º18.18%99.22%-
XYZ80.9892.5972.63-
YUV242.67107.87123.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 207 (81.25% from 255) = 29.74%
R=33.91%
G=36.35%
B=29.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362532070.0700.180.0182.179290.2
HexECFDCF70121525c5a
Octal35437531770221122134132
Binary1110110011111101110011111110100101101001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFDCF; }

 p { color: rgb(236,253,207); }

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

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

 a { background-color: rgb(236,253,207); }

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

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

 span { border-color: rgb(236,253,207); }

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