#DFE5EB

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

Shades of Solitude #DFE5EB

Tints of Solitude #DFE5EB

Color information

#DFE5EB (or 0xDFE5EB) is unknown color: approx Solitude. HEX triplet: DF, E5 and EB. RGB value is (223,229,235). Sum of RGB (Red+Green+Blue) = 223+229+235=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5EB is #201A14. Grayscale: #E3E3E3. Windows color (decimal): -2103829 or 15459807. OLE color: 15459807.

HSL color Cylindrical-coordinate representation of color #DFE5EB: hue angle of 210º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFE5EB is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223229235-
CMYK0.050.0300.08
HSL210º23.08%89.8%-
HSV(B)210º5.11%92.16%-
XYZ73.4577.7289.73-
YUV227.89132.01124.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=32.46%
G=33.33%
B=34.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232292350.050.0300.0821023.0889.8
HexDFE5EB5308d2175a
Octal3373453535301032227132
Binary110111111110010111101011101110100011010010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5EB; }

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

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

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

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

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

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

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

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