#DFE3E9

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

Shades of Solitude #DFE3E9

Tints of Solitude #DFE3E9

Color information

#DFE3E9 (or 0xDFE3E9) is unknown color: approx Solitude. HEX triplet: DF, E3 and E9. RGB value is (223,227,233). Sum of RGB (Red+Green+Blue) = 223+227+233=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFE3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3E9 is #201C16. Grayscale: #E2E2E2. Windows color (decimal): -2104343 or 15328223. OLE color: 15328223.

HSL color Cylindrical-coordinate representation of color #DFE3E9: hue angle of 216º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE3E9 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223227233-
CMYK0.040.0300.09
HSL216º18.52%89.41%-
HSV(B)216º4.29%91.37%-
XYZ72.6176.5188.03-
YUV226.49131.67125.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.65%
GREEN value IS 227 (89.06% from 255) = 33.24%
BLUE value IS 233 (91.41% from 255) = 34.11%
R=32.65%
G=33.24%
B=34.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232272330.040.0300.0921618.5289.41
HexDFE3E94309d81359
Octal3373433514301133023131
Binary110111111110001111101001100110100111011000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3E9; }

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

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

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

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

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

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

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

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