#DCF7EC

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

Shades of Clear Day #DCF7EC

Tints of Clear Day #DCF7EC

Color information

#DCF7EC (or 0xDCF7EC) is unknown color: approx Clear Day. HEX triplet: DC, F7 and EC. RGB value is (220,247,236). Sum of RGB (Red+Green+Blue) = 220+247+236=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 247 (96.88% from 255 or 35.14% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF7EC is #230813. Grayscale: #EDEDED. Windows color (decimal): -2295828 or 15529948. OLE color: 15529948.

HSL color Cylindrical-coordinate representation of color #DCF7EC: hue angle of 155.56º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF7EC is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB220247236-
CMYK0.1100.040.03
HSL155.56º62.79%91.57%-
HSV(B)155.56º10.93%96.86%-
XYZ77.9287.7992.2-
YUV237.67127.05115.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.29%
GREEN value IS 247 (96.88% from 255) = 35.14%
BLUE value IS 236 (92.58% from 255) = 33.57%
R=31.29%
G=35.14%
B=33.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202472360.1100.040.03155.5662.7991.57
HexDCF7ECB0439c3f5c
Octal3343673541304323477134
Binary1101110011110111111011001011010011100111001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7EC; }

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

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

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

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

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

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

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

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