#DFE6F1

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

Shades of Solitude #DFE6F1

Tints of Solitude #DFE6F1

Color information

#DFE6F1 (or 0xDFE6F1) is unknown color: approx Solitude. HEX triplet: DF, E6 and F1. RGB value is (223,230,241). Sum of RGB (Red+Green+Blue) = 223+230+241=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 230 (90.23% from 255 or 33.14% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6F1 is #20190E. Grayscale: #E5E5E5. Windows color (decimal): -2103567 or 15853279. OLE color: 15853279.

HSL color Cylindrical-coordinate representation of color #DFE6F1: hue angle of 216.67º 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 #DFE6F1 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223230241-
CMYK0.070.0500.05
HSL216.67º39.13%90.98%-
HSV(B)216.67º7.47%94.51%-
XYZ74.6178.6394.46-
YUV229.16134.68123.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.13%
GREEN value IS 230 (90.23% from 255) = 33.14%
BLUE value IS 241 (94.53% from 255) = 34.73%
R=32.13%
G=33.14%
B=34.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232302410.070.0500.05216.6739.1390.98
HexDFE6F17505d9275b
Octal337346361750533147133
Binary1101111111100110111100011111010101110110011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6F1; }

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

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

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

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

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

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

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

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