#DCFDF0

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

Shades of Clear Day #DCFDF0

Tints of Clear Day #DCFDF0

Color information

#DCFDF0 (or 0xDCFDF0) is unknown color: approx Clear Day. HEX triplet: DC, FD and F0. RGB value is (220,253,240). Sum of RGB (Red+Green+Blue) = 220+253+240=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDF0 is #23020F. Grayscale: #F1F1F1. Windows color (decimal): -2294288 or 15793628. OLE color: 15793628.

HSL color Cylindrical-coordinate representation of color #DCFDF0: hue angle of 156.36º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFDF0 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB220253240-
CMYK0.1300.050.01
HSL156.36º89.19%92.75%-
HSV(B)156.36º13.04%99.22%-
XYZ80.3791.7695.91-
YUV241.65127.07112.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.86%
GREEN value IS 253 (99.22% from 255) = 35.48%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=30.86%
G=35.48%
B=33.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202532400.1300.050.01156.3689.1992.75
HexDCFDF0D0519c595d
Octal33437536015051234131135
Binary1101110011111101111100001101010111001110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDF0; }

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

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

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

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

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

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

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

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