#DFE9F8

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

Shades of Solitude #DFE9F8

Tints of Solitude #DFE9F8

Color information

#DFE9F8 (or 0xDFE9F8) is unknown color: approx Solitude. HEX triplet: DF, E9 and F8. RGB value is (223,233,248). Sum of RGB (Red+Green+Blue) = 223+233+248=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 233 (91.41% from 255 or 33.10% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFE9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9F8 is #201607. Grayscale: #E7E7E7. Windows color (decimal): -2102792 or 16312799. OLE color: 16312799.

HSL color Cylindrical-coordinate representation of color #DFE9F8: hue angle of 216º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFE9F8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223233248-
CMYK0.100.0600.03
HSL216º64.1%92.35%-
HSV(B)216º10.08%97.25%-
XYZ76.5180.74100.36-
YUV231.72137.19121.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.68%
GREEN value IS 233 (91.41% from 255) = 33.10%
BLUE value IS 248 (97.27% from 255) = 35.23%
R=31.68%
G=33.10%
B=35.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232332480.100.0600.0321664.192.35
HexDFE9F8A603d8405c
Octal33735137012603330100134
Binary11011111111010011111100010101100111101100010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9F8; }

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

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

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

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

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

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

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

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