#DFE9F6

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

Shades of Solitude #DFE9F6

Tints of Solitude #DFE9F6

Color information

#DFE9F6 (or 0xDFE9F6) is unknown color: approx Solitude. HEX triplet: DF, E9 and F6. RGB value is (223,233,246). Sum of RGB (Red+Green+Blue) = 223+233+246=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 233 (91.41% from 255 or 33.19% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFE9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9F6 is #201609. Grayscale: #E7E7E7. Windows color (decimal): -2102794 or 16181727. OLE color: 16181727.

HSL color Cylindrical-coordinate representation of color #DFE9F6: hue angle of 213.91º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFE9F6 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223233246-
CMYK0.090.0500.04
HSL213.91º56.1%91.96%-
HSV(B)213.91º9.35%96.47%-
XYZ76.280.6298.73-
YUV231.49136.19121.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 233 (91.41% from 255) = 33.19%
BLUE value IS 246 (96.48% from 255) = 35.04%
R=31.77%
G=33.19%
B=35.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232332460.090.0500.04213.9156.191.96
HexDFE9F69504d6385c
Octal3373513661150432670134
Binary11011111111010011111011010011010100110101101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9F6; }

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

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

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

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

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

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

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

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