#DFE5EE

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

Shades of Solitude #DFE5EE

Tints of Solitude #DFE5EE

Color information

#DFE5EE (or 0xDFE5EE) is unknown color: approx Solitude. HEX triplet: DF, E5 and EE. RGB value is (223,229,238). Sum of RGB (Red+Green+Blue) = 223+229+238=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5EE is #201A11. Grayscale: #E4E4E4. Windows color (decimal): -2103826 or 15656415. OLE color: 15656415.

HSL color Cylindrical-coordinate representation of color #DFE5EE: hue angle of 216º degrees, saturation: 0.31, 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 #DFE5EE is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223229238-
CMYK0.060.0400.07
HSL216º30.61%90.39%-
HSV(B)216º6.3%93.33%-
XYZ73.8877.992.03-
YUV228.23133.51124.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.32%
GREEN value IS 229 (89.84% from 255) = 33.19%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=32.32%
G=33.19%
B=34.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232292380.060.0400.0721630.6190.39
HexDFE5EE6407d81f5a
Octal337345356640733037132
Binary110111111110010111101110110100011111011000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5EE; }

 p { color: rgb(223,229,238); }

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

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

 a { background-color: rgb(223,229,238); }

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

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

 span { border-color: rgb(223,229,238); }

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