#DCE4EE

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

Shades of Solitude #DCE4EE

Tints of Solitude #DCE4EE

Color information

#DCE4EE (or 0xDCE4EE) is unknown color: approx Solitude. HEX triplet: DC, E4 and EE. RGB value is (220,228,238). Sum of RGB (Red+Green+Blue) = 220+228+238=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4EE is #231B11. Grayscale: #E2E2E2. Windows color (decimal): -2300690 or 15656156. OLE color: 15656156.

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

Color convert

RGB220228238-
CMYK0.080.0400.07
HSL213.33º34.62%89.8%-
HSV(B)213.33º7.56%93.33%-
XYZ72.6976.8891.9-
YUV226.75134.35123.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 228 (89.45% from 255) = 33.24%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=32.07%
G=33.24%
B=34.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202282380.080.0400.07213.3334.6289.8
HexDCE4EE8407d5235a
Octal3343443561040732543132
Binary11011100111001001110111010001000111110101011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE4EE; }

 p { color: rgb(220,228,238); }

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

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

 a { background-color: rgb(220,228,238); }

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

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

 span { border-color: rgb(220,228,238); }

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