#DCF6EE

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

Shades of Clear Day #DCF6EE

Tints of Clear Day #DCF6EE

Color information

#DCF6EE (or 0xDCF6EE) is unknown color: approx Clear Day. HEX triplet: DC, F6 and EE. RGB value is (220,246,238). Sum of RGB (Red+Green+Blue) = 220+246+238=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6EE is #230911. Grayscale: #EDEDED. Windows color (decimal): -2296082 or 15660764. OLE color: 15660764.

HSL color Cylindrical-coordinate representation of color #DCF6EE: hue angle of 161.54º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6EE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB220246238-
CMYK0.1100.030.04
HSL161.54º59.09%91.37%-
HSV(B)161.54º10.57%96.47%-
XYZ77.987.393.63-
YUV237.31128.39115.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.25%
GREEN value IS 246 (96.48% from 255) = 34.94%
BLUE value IS 238 (93.36% from 255) = 33.81%
R=31.25%
G=34.94%
B=33.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202462380.1100.030.04161.5459.0991.37
HexDCF6EEB034a23b5b
Octal3343663561303424273133
Binary1101110011110110111011101011011100101000101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6EE; }

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

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

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

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

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

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

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

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