#DCF6ED

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

Shades of Clear Day #DCF6ED

Tints of Clear Day #DCF6ED

Color information

#DCF6ED (or 0xDCF6ED) is unknown color: approx Clear Day. HEX triplet: DC, F6 and ED. RGB value is (220,246,237). Sum of RGB (Red+Green+Blue) = 220+246+237=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6ED is #230912. Grayscale: #EDEDED. Windows color (decimal): -2296083 or 15595228. OLE color: 15595228.

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

Color convert

RGB220246237-
CMYK0.1100.040.04
HSL159.23º59.09%91.37%-
HSV(B)159.23º10.57%96.47%-
XYZ77.7687.2492.86-
YUV237.2127.89115.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.29%
GREEN value IS 246 (96.48% from 255) = 34.99%
BLUE value IS 237 (92.97% from 255) = 33.71%
R=31.29%
G=34.99%
B=33.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202462370.1100.040.04159.2359.0991.37
HexDCF6EDB0449f3b5b
Octal3343663551304423773133
Binary11011100111101101110110110110100100100111111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6ED; }

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

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

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

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

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

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

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

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