#DFE4EC

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

Shades of Solitude #DFE4EC

Tints of Solitude #DFE4EC

Color information

#DFE4EC (or 0xDFE4EC) is unknown color: approx Solitude. HEX triplet: DF, E4 and EC. RGB value is (223,228,236). Sum of RGB (Red+Green+Blue) = 223+228+236=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4EC is #201B13. Grayscale: #E3E3E3. Windows color (decimal): -2104084 or 15525087. OLE color: 15525087.

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

Color convert

RGB223228236-
CMYK0.060.0300.07
HSL216.92º25.49%90%-
HSV(B)216.92º5.51%92.55%-
XYZ73.3277.2390.4-
YUV227.42132.84124.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 228 (89.45% from 255) = 33.19%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=32.46%
G=33.19%
B=34.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232282360.060.0300.07216.9225.4990
HexDFE4EC6307d9195a
Octal337344354630733131132
Binary11011111111001001110110011011011111011001110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4EC; }

 p { color: rgb(223,228,236); }

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

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

 a { background-color: rgb(223,228,236); }

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

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

 span { border-color: rgb(223,228,236); }

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