#DFE7F1

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

Shades of Solitude #DFE7F1

Tints of Solitude #DFE7F1

Color information

#DFE7F1 (or 0xDFE7F1) is unknown color: approx Solitude. HEX triplet: DF, E7 and F1. RGB value is (223,231,241). Sum of RGB (Red+Green+Blue) = 223+231+241=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 231 (90.62% from 255 or 33.24% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE7F1 is #20180E. Grayscale: #E5E5E5. Windows color (decimal): -2103311 or 15853535. OLE color: 15853535.

HSL color Cylindrical-coordinate representation of color #DFE7F1: hue angle of 213.33º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFE7F1 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223231241-
CMYK0.070.0400.05
HSL213.33º39.13%90.98%-
HSV(B)213.33º7.47%94.51%-
XYZ74.8879.1994.56-
YUV229.75134.35123.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.09%
GREEN value IS 231 (90.62% from 255) = 33.24%
BLUE value IS 241 (94.53% from 255) = 34.68%
R=32.09%
G=33.24%
B=34.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232312410.070.0400.05213.3339.1390.98
HexDFE7F17405d5275b
Octal337347361740532547133
Binary1101111111100111111100011111000101110101011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE7F1; }

 p { color: rgb(223,231,241); }

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

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

 a { background-color: rgb(223,231,241); }

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

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

 span { border-color: rgb(223,231,241); }

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