#DFE3EB

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

Shades of Solitude #DFE3EB

Tints of Solitude #DFE3EB

Color information

#DFE3EB (or 0xDFE3EB) is unknown color: approx Solitude. HEX triplet: DF, E3 and EB. RGB value is (223,227,235). Sum of RGB (Red+Green+Blue) = 223+227+235=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFE3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3EB is #201C14. Grayscale: #E2E2E2. Windows color (decimal): -2104341 or 15459295. OLE color: 15459295.

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

Color convert

RGB223227235-
CMYK0.050.0300.08
HSL220º23.08%89.8%-
HSV(B)220º5.11%92.16%-
XYZ72.976.6289.55-
YUV226.72132.67125.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.55%
GREEN value IS 227 (89.06% from 255) = 33.14%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=32.55%
G=33.14%
B=34.31%

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
Decimal2232272350.050.0300.0822023.0889.8
HexDFE3EB5308dc175a
Octal3373433535301033427132
Binary110111111110001111101011101110100011011100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3EB; }

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

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

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

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

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

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

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

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