#DFE5EF

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

Shades of Solitude #DFE5EF

Tints of Solitude #DFE5EF

Color information

#DFE5EF (or 0xDFE5EF) is unknown color: approx Solitude. HEX triplet: DF, E5 and EF. RGB value is (223,229,239). Sum of RGB (Red+Green+Blue) = 223+229+239=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5EF is #201A10. Grayscale: #E4E4E4. Windows color (decimal): -2103825 or 15721951. OLE color: 15721951.

HSL color Cylindrical-coordinate representation of color #DFE5EF: hue angle of 217.5º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFE5EF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223229239-
CMYK0.070.0400.06
HSL217.5º33.33%90.59%-
HSV(B)217.5º6.69%93.73%-
XYZ74.0377.9692.81-
YUV228.35134.01124.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.27%
GREEN value IS 229 (89.84% from 255) = 33.14%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=32.27%
G=33.14%
B=34.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232292390.070.0400.06217.533.3390.59
HexDFE5EF7406da215b
Octal337345357740633241133
Binary1101111111100101111011111111000110110110101000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5EF; }

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

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

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

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

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

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

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

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