#DFE5ED

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

Shades of Solitude #DFE5ED

Tints of Solitude #DFE5ED

Color information

#DFE5ED (or 0xDFE5ED) is unknown color: approx Solitude. HEX triplet: DF, E5 and ED. RGB value is (223,229,237). Sum of RGB (Red+Green+Blue) = 223+229+237=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5ED is #201A12. Grayscale: #E4E4E4. Windows color (decimal): -2103827 or 15590879. OLE color: 15590879.

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

Color convert

RGB223229237-
CMYK0.060.0300.07
HSL214.29º28%90.2%-
HSV(B)214.29º5.91%92.94%-
XYZ73.7477.8491.26-
YUV228.12133.01124.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 229 (89.84% from 255) = 33.24%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=32.37%
G=33.24%
B=34.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232292370.060.0300.07214.292890.2
HexDFE5ED6307d61c5a
Octal337345355630732634132
Binary11011111111001011110110111011011111010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5ED; }

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

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

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

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

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

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

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

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