#DFE9F4

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

Shades of Solitude #DFE9F4

Tints of Solitude #DFE9F4

Color information

#DFE9F4 (or 0xDFE9F4) is unknown color: approx Solitude. HEX triplet: DF, E9 and F4. RGB value is (223,233,244). Sum of RGB (Red+Green+Blue) = 223+233+244=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFE9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9F4 is #20160B. Grayscale: #E7E7E7. Windows color (decimal): -2102796 or 16050655. OLE color: 16050655.

HSL color Cylindrical-coordinate representation of color #DFE9F4: hue angle of 211.43º degrees, saturation: 0.49, 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 #DFE9F4 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223233244-
CMYK0.090.0500.04
HSL211.43º48.84%91.57%-
HSV(B)211.43º8.61%95.69%-
XYZ75.980.597.13-
YUV231.26135.19122.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.86%
GREEN value IS 233 (91.41% from 255) = 33.29%
BLUE value IS 244 (95.70% from 255) = 34.86%
R=31.86%
G=33.29%
B=34.86%

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
Decimal2232332440.090.0500.04211.4348.8491.57
HexDFE9F49504d3315c
Octal3373513641150432361134
Binary11011111111010011111010010011010100110100111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9F4; }

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

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

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

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

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

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

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

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