#DCFFF6

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

Shades of Clear Day #DCFFF6

Tints of Clear Day #DCFFF6

Color information

#DCFFF6 (or 0xDCFFF6) is unknown color: approx Clear Day. HEX triplet: DC, FF and F6. RGB value is (220,255,246). Sum of RGB (Red+Green+Blue) = 220+255+246=721 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.51% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFF6 is #230009. Grayscale: #F3F3F3. Windows color (decimal): -2293770 or 16187356. OLE color: 16187356.

HSL color Cylindrical-coordinate representation of color #DCFFF6: hue angle of 164.57º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFF6 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB220255246-
CMYK0.1400.040
HSL164.57º100%93.14%-
HSV(B)164.57º13.73%100%-
XYZ81.9193.39100.9-
YUV243.51129.4111.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.51%
GREEN value IS 255 (100% from 255) = 35.37%
BLUE value IS 246 (96.48% from 255) = 34.12%
R=30.51%
G=35.37%
B=34.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552460.1400.040164.5710093.14
HexDCFFF6E040a5645d
Octal33437736616040245144135
Binary1101110011111111111101101110010001010010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFF6; }

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

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

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

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

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

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

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

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