#DFE4EB

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

Shades of Solitude #DFE4EB

Tints of Solitude #DFE4EB

Color information

#DFE4EB (or 0xDFE4EB) is unknown color: approx Solitude. HEX triplet: DF, E4 and EB. RGB value is (223,228,235). Sum of RGB (Red+Green+Blue) = 223+228+235=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4EB is #201B14. Grayscale: #E3E3E3. Windows color (decimal): -2104085 or 15459551. OLE color: 15459551.

HSL color Cylindrical-coordinate representation of color #DFE4EB: hue angle of 215º 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 #DFE4EB is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223228235-
CMYK0.050.0300.08
HSL215º23.08%89.8%-
HSV(B)215º5.11%92.16%-
XYZ73.1777.1789.64-
YUV227.3132.34124.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.51%
GREEN value IS 228 (89.45% from 255) = 33.24%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=32.51%
G=33.24%
B=34.26%

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
Decimal2232282350.050.0300.0821523.0889.8
HexDFE4EB5308d7175a
Octal3373443535301032727132
Binary110111111110010011101011101110100011010111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4EB; }

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

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

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

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

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

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

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

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