#DCF2E7

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

Shades of White Ice #DCF2E7

Tints of White Ice #DCF2E7

Color information

#DCF2E7 (or 0xDCF2E7) is unknown color: approx White Ice. HEX triplet: DC, F2 and E7. RGB value is (220,242,231). Sum of RGB (Red+Green+Blue) = 220+242+231=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2E7 is #230D18. Grayscale: #EAEAEA. Windows color (decimal): -2297113 or 15200988. OLE color: 15200988.

HSL color Cylindrical-coordinate representation of color #DCF2E7: hue angle of 150º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF2E7 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB220242231-
CMYK0.0900.050.05
HSL150º45.83%90.59%-
HSV(B)150º9.09%94.9%-
XYZ75.6984.4987.92-
YUV234.17126.21117.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.75%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 231 (90.62% from 255) = 33.33%
R=31.75%
G=34.92%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202422310.0900.050.0515045.8390.59
HexDCF2E79055962e5b
Octal3343623471105522656133
Binary11011100111100101110011110010101101100101101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2E7; }

 p { color: rgb(220,242,231); }

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

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

 a { background-color: rgb(220,242,231); }

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

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

 span { border-color: rgb(220,242,231); }

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