#DCF8E9

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

Shades of White Ice #DCF8E9

Tints of White Ice #DCF8E9

Color information

#DCF8E9 (or 0xDCF8E9) is unknown color: approx White Ice. HEX triplet: DC, F8 and E9. RGB value is (220,248,233). Sum of RGB (Red+Green+Blue) = 220+248+233=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 248 (97.27% from 255 or 35.38% from 701); Blue value is 233 (91.41% from 255 or 33.24% from 701); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF8E9 is #230716. Grayscale: #EDEDED. Windows color (decimal): -2295575 or 15333596. OLE color: 15333596.

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

Color convert

RGB220248233-
CMYK0.1100.060.03
HSL147.86º66.67%91.76%-
HSV(B)147.86º11.29%97.25%-
XYZ77.7988.2390.02-
YUV237.92125.22115.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.38%
GREEN value IS 248 (97.27% from 255) = 35.38%
BLUE value IS 233 (91.41% from 255) = 33.24%
R=31.38%
G=35.38%
B=33.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202482330.1100.060.03147.8666.6791.76
HexDCF8E9B06394435c
Octal33437035113063224103134
Binary11011100111110001110100110110110111001010010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8E9; }

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

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

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

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

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

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

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

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