#DCFCF0

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

Shades of Clear Day #DCFCF0

Tints of Clear Day #DCFCF0

Color information

#DCFCF0 (or 0xDCFCF0) is unknown color: approx Clear Day. HEX triplet: DC, FC and F0. RGB value is (220,252,240). Sum of RGB (Red+Green+Blue) = 220+252+240=712 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.90% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCF0 is #23030F. Grayscale: #F1F1F1. Windows color (decimal): -2294544 or 15793372. OLE color: 15793372.

HSL color Cylindrical-coordinate representation of color #DCFCF0: hue angle of 157.5º degrees, saturation: 0.84, 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 #DCFCF0 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB220252240-
CMYK0.1300.050.01
HSL157.5º84.21%92.55%-
HSV(B)157.5º12.7%98.82%-
XYZ80.0591.1395.81-
YUV241.06127.4112.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.90%
GREEN value IS 252 (98.83% from 255) = 35.39%
BLUE value IS 240 (94.14% from 255) = 33.71%
R=30.90%
G=35.39%
B=33.71%

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
Decimal2202522400.1300.050.01157.584.2192.55
HexDCFCF0D0519e545d
Octal33437436015051236124135
Binary1101110011111100111100001101010111001111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCF0; }

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

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

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

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

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

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

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

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