#DCF7F0

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

Shades of Clear Day #DCF7F0

Tints of Clear Day #DCF7F0

Color information

#DCF7F0 (or 0xDCF7F0) is unknown color: approx Clear Day. HEX triplet: DC, F7 and F0. RGB value is (220,247,240). Sum of RGB (Red+Green+Blue) = 220+247+240=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 247 (96.88% from 255 or 34.94% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF7F0 is #23080F. Grayscale: #EEEEEE. Windows color (decimal): -2295824 or 15792092. OLE color: 15792092.

HSL color Cylindrical-coordinate representation of color #DCF7F0: hue angle of 164.44º 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 #DCF7F0 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB220247240-
CMYK0.1100.030.03
HSL164.44º62.79%91.57%-
HSV(B)164.44º10.93%96.86%-
XYZ78.588.0395.29-
YUV238.13129.05115.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.12%
GREEN value IS 247 (96.88% from 255) = 34.94%
BLUE value IS 240 (94.14% from 255) = 33.95%
R=31.12%
G=34.94%
B=33.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202472400.1100.030.03164.4462.7991.57
HexDCF7F0B033a43f5c
Octal3343673601303324477134
Binary110111001111011111110000101101111101001001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7F0; }

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

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

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

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

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

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

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

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