#DCF8ED

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

Shades of Clear Day #DCF8ED

Tints of Clear Day #DCF8ED

Color information

#DCF8ED (or 0xDCF8ED) is unknown color: approx Clear Day. HEX triplet: DC, F8 and ED. RGB value is (220,248,237). Sum of RGB (Red+Green+Blue) = 220+248+237=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF8ED is #230712. Grayscale: #EEEEEE. Windows color (decimal): -2295571 or 15595740. OLE color: 15595740.

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

Color convert

RGB220248237-
CMYK0.1100.040.03
HSL156.43º66.67%91.76%-
HSV(B)156.43º11.29%97.25%-
XYZ78.3788.4693.07-
YUV238.37127.22114.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.21%
GREEN value IS 248 (97.27% from 255) = 35.18%
BLUE value IS 237 (92.97% from 255) = 33.62%
R=31.21%
G=35.18%
B=33.62%

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
Decimal2202482370.1100.040.03156.4366.6791.76
HexDCF8EDB0439c435c
Octal33437035513043234103134
Binary11011100111110001110110110110100111001110010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8ED; }

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

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

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

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

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

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

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

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