#DCFEF6

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

Shades of Clear Day #DCFEF6

Tints of Clear Day #DCFEF6

Color information

#DCFEF6 (or 0xDCFEF6) is unknown color: approx Clear Day. HEX triplet: DC, FE and F6. RGB value is (220,254,246). Sum of RGB (Red+Green+Blue) = 220+254+246=720 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.56% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEF6 is #230109. Grayscale: #F2F2F2. Windows color (decimal): -2294026 or 16187100. OLE color: 16187100.

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

Color convert

RGB220254246-
CMYK0.1300.030.00
HSL165.88º94.44%92.94%-
HSV(B)165.88º13.39%99.61%-
XYZ81.5992.75100.79-
YUV242.92129.74111.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.56%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 246 (96.48% from 255) = 34.17%
R=30.56%
G=35.28%
B=34.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202542460.1300.030.00165.8894.4492.94
HexDCFEF6D030a65e5d
Octal33437636615030246136135
Binary110111001111111011110110110101101010011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEF6; }

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

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

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

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

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

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

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

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