#DCF8EC

Color #DCF8EC White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #DCF8EC

Tints of White Ice #DCF8EC

Color information

#DCF8EC (or 0xDCF8EC) is unknown color: approx White Ice. HEX triplet: DC, F8 and EC. RGB value is (220,248,236). Sum of RGB (Red+Green+Blue) = 220+248+236=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF8EC is #230713. Grayscale: #EEEEEE. Windows color (decimal): -2295572 or 15530204. OLE color: 15530204.

HSL color Cylindrical-coordinate representation of color #DCF8EC: hue angle of 154.29º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF8EC is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB220248236-
CMYK0.1100.050.03
HSL154.29º66.67%91.76%-
HSV(B)154.29º11.29%97.25%-
XYZ78.2288.4192.3-
YUV238.26126.72114.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.25%
GREEN value IS 248 (97.27% from 255) = 35.23%
BLUE value IS 236 (92.58% from 255) = 33.52%
R=31.25%
G=35.23%
B=33.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202482360.1100.050.03154.2966.6791.76
HexDCF8ECB0539a435c
Octal33437035413053232103134
Binary11011100111110001110110010110101111001101010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8EC; }

 p { color: rgb(220,248,236); }

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

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

 a { background-color: rgb(220,248,236); }

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

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

 span { border-color: rgb(220,248,236); }

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