#DCF5EC

Color #DCF5EC Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #DCF5EC

Tints of Clear Day #DCF5EC

Color information

#DCF5EC (or 0xDCF5EC) is unknown color: approx Clear Day. HEX triplet: DC, F5 and EC. RGB value is (220,245,236). Sum of RGB (Red+Green+Blue) = 220+245+236=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 245 (96.09% from 255 or 34.95% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF5EC is #230A13. Grayscale: #ECECEC. Windows color (decimal): -2296340 or 15529436. OLE color: 15529436.

HSL color Cylindrical-coordinate representation of color #DCF5EC: hue angle of 158.4º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF5EC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB220245236-
CMYK0.1000.040.04
HSL158.4º55.56%91.18%-
HSV(B)158.4º10.2%96.08%-
XYZ77.3186.5891.99-
YUV236.5127.72116.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.38%
GREEN value IS 245 (96.09% from 255) = 34.95%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=31.38%
G=34.95%
B=33.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202452360.1000.040.04158.455.5691.18
HexDCF5ECA0449e385b
Octal3343653541204423670133
Binary11011100111101011110110010100100100100111101110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF5EC; }

 p { color: rgb(220,245,236); }

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

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

 a { background-color: rgb(220,245,236); }

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

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

 span { border-color: rgb(220,245,236); }

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