#DCF7ED

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

Shades of Clear Day #DCF7ED

Tints of Clear Day #DCF7ED

Color information

#DCF7ED (or 0xDCF7ED) is unknown color: approx Clear Day. HEX triplet: DC, F7 and ED. RGB value is (220,247,237). Sum of RGB (Red+Green+Blue) = 220+247+237=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 247 (96.88% from 255 or 35.09% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF7ED is #230812. Grayscale: #EDEDED. Windows color (decimal): -2295827 or 15595484. OLE color: 15595484.

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

Color convert

RGB220247237-
CMYK0.1100.040.03
HSL157.78º62.79%91.57%-
HSV(B)157.78º10.93%96.86%-
XYZ78.0687.8592.96-
YUV237.79127.55115.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.25%
GREEN value IS 247 (96.88% from 255) = 35.09%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=31.25%
G=35.09%
B=33.66%

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
Decimal2202472370.1100.040.03157.7862.7991.57
HexDCF7EDB0439e3f5c
Octal3343673551304323677134
Binary1101110011110111111011011011010011100111101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7ED; }

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

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

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

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

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

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

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

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