#DCFDF6

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

Shades of Clear Day #DCFDF6

Tints of Clear Day #DCFDF6

Color information

#DCFDF6 (or 0xDCFDF6) is unknown color: approx Clear Day. HEX triplet: DC, FD and F6. RGB value is (220,253,246). Sum of RGB (Red+Green+Blue) = 220+253+246=719 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.60% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDF6 is #230209. Grayscale: #F2F2F2. Windows color (decimal): -2294282 or 16186844. OLE color: 16186844.

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

Color convert

RGB220253246-
CMYK0.1300.030.01
HSL167.27º89.19%92.75%-
HSV(B)167.27º13.04%99.22%-
XYZ81.2892.12100.69-
YUV242.34130.07112.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.60%
GREEN value IS 253 (99.22% from 255) = 35.19%
BLUE value IS 246 (96.48% from 255) = 34.21%
R=30.60%
G=35.19%
B=34.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202532460.1300.030.01167.2789.1992.75
HexDCFDF6D031a7595d
Octal33437536615031247131135
Binary110111001111110111110110110101111010011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDF6; }

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

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

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

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

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

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

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

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