#DCF9ED

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

Shades of Clear Day #DCF9ED

Tints of Clear Day #DCF9ED

Color information

#DCF9ED (or 0xDCF9ED) is unknown color: approx Clear Day. HEX triplet: DC, F9 and ED. RGB value is (220,249,237). Sum of RGB (Red+Green+Blue) = 220+249+237=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9ED is #230612. Grayscale: #EEEEEE. Windows color (decimal): -2295315 or 15595996. OLE color: 15595996.

HSL color Cylindrical-coordinate representation of color #DCF9ED: hue angle of 155.17º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF9ED is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB220249237-
CMYK0.1200.050.02
HSL155.17º70.73%91.96%-
HSV(B)155.17º11.65%97.65%-
XYZ78.6889.0893.17-
YUV238.96126.89114.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.16%
GREEN value IS 249 (97.66% from 255) = 35.27%
BLUE value IS 237 (92.97% from 255) = 33.57%
R=31.16%
G=35.27%
B=33.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202492370.1200.050.02155.1770.7391.96
HexDCF9EDC0529b475c
Octal33437135514052233107134
Binary11011100111110011110110111000101101001101110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9ED; }

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

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

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

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

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

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

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

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