#DCE9E2

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

Shades of White Ice #DCE9E2

Tints of White Ice #DCE9E2

Color information

#DCE9E2 (or 0xDCE9E2) is unknown color: approx White Ice. HEX triplet: DC, E9 and E2. RGB value is (220,233,226). Sum of RGB (Red+Green+Blue) = 220+233+226=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9E2 is #23161D. Grayscale: #E4E4E4. Windows color (decimal): -2299422 or 14871004. OLE color: 14871004.

HSL color Cylindrical-coordinate representation of color #DCE9E2: hue angle of 147.69º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE9E2 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB220233226-
CMYK0.0600.030.09
HSL147.69º22.81%88.82%-
HSV(B)147.69º5.58%91.37%-
XYZ72.3878.9883.38-
YUV228.32126.69122.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.40%
GREEN value IS 233 (91.41% from 255) = 34.32%
BLUE value IS 226 (88.67% from 255) = 33.28%
R=32.40%
G=34.32%
B=33.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202332260.0600.030.09147.6922.8188.82
HexDCE9E26039941759
Octal3343513426031122427131
Binary110111001110100111100010110011100110010100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9E2; }

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

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

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

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

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

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

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

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