#DCE3EC

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

Shades of Solitude #DCE3EC

Tints of Solitude #DCE3EC

Color information

#DCE3EC (or 0xDCE3EC) is unknown color: approx Solitude. HEX triplet: DC, E3 and EC. RGB value is (220,227,236). Sum of RGB (Red+Green+Blue) = 220+227+236=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3EC is #231C13. Grayscale: #E1E1E1. Windows color (decimal): -2300948 or 15524828. OLE color: 15524828.

HSL color Cylindrical-coordinate representation of color #DCE3EC: hue angle of 213.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE3EC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220227236-
CMYK0.070.0400.07
HSL213.75º29.63%89.41%-
HSV(B)213.75º6.78%92.55%-
XYZ72.1276.2190.27-
YUV225.93133.68123.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 227 (89.06% from 255) = 33.24%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=32.21%
G=33.24%
B=34.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202272360.070.0400.07213.7529.6389.41
HexDCE3EC7407d61e59
Octal334343354740732636131
Binary110111001110001111101100111100011111010110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3EC; }

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

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

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

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

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

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

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

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