#DFE6EF

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

Shades of Solitude #DFE6EF

Tints of Solitude #DFE6EF

Color information

#DFE6EF (or 0xDFE6EF) is unknown color: approx Solitude. HEX triplet: DF, E6 and EF. RGB value is (223,230,239). Sum of RGB (Red+Green+Blue) = 223+230+239=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6EF is #201910. Grayscale: #E4E4E4. Windows color (decimal): -2103569 or 15722207. OLE color: 15722207.

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

Color convert

RGB223230239-
CMYK0.070.0400.06
HSL213.75º33.33%90.59%-
HSV(B)213.75º6.69%93.73%-
XYZ74.3178.5192.9-
YUV228.93133.68123.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.23%
GREEN value IS 230 (90.23% from 255) = 33.24%
BLUE value IS 239 (93.75% from 255) = 34.54%
R=32.23%
G=33.24%
B=34.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232302390.070.0400.06213.7533.3390.59
HexDFE6EF7406d6215b
Octal337346357740632641133
Binary1101111111100110111011111111000110110101101000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6EF; }

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

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

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

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

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

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

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

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