#DCE9E3

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

Shades of White Ice #DCE9E3

Tints of White Ice #DCE9E3

Color information

#DCE9E3 (or 0xDCE9E3) is unknown color: approx White Ice. HEX triplet: DC, E9 and E3. RGB value is (220,233,227). Sum of RGB (Red+Green+Blue) = 220+233+227=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9E3 is #23161C. Grayscale: #E4E4E4. Windows color (decimal): -2299421 or 14936540. OLE color: 14936540.

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

Color convert

RGB220233227-
CMYK0.0600.030.09
HSL152.31º22.81%88.82%-
HSV(B)152.31º5.58%91.37%-
XYZ72.5279.0484.11-
YUV228.43127.19121.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 233 (91.41% from 255) = 34.26%
BLUE value IS 227 (89.06% from 255) = 33.38%
R=32.35%
G=34.26%
B=33.38%

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
Decimal2202332270.0600.030.09152.3122.8188.82
HexDCE9E36039981759
Octal3343513436031123027131
Binary110111001110100111100011110011100110011000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9E3; }

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

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

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

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

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

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

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

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