#DFE3EA

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

Shades of Solitude #DFE3EA

Tints of Solitude #DFE3EA

Color information

#DFE3EA (or 0xDFE3EA) is unknown color: approx Solitude. HEX triplet: DF, E3 and EA. RGB value is (223,227,234). Sum of RGB (Red+Green+Blue) = 223+227+234=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3EA is #201C15. Grayscale: #E2E2E2. Windows color (decimal): -2104342 or 15393759. OLE color: 15393759.

HSL color Cylindrical-coordinate representation of color #DFE3EA: hue angle of 218.18º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFE3EA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223227234-
CMYK0.050.0300.08
HSL218.18º20.75%89.61%-
HSV(B)218.18º4.7%91.76%-
XYZ72.7576.5788.79-
YUV226.6132.17125.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.60%
GREEN value IS 227 (89.06% from 255) = 33.19%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=32.60%
G=33.19%
B=34.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232272340.050.0300.08218.1820.7589.61
HexDFE3EA5308da155a
Octal3373433525301033225132
Binary110111111110001111101010101110100011011010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3EA; }

 p { color: rgb(223,227,234); }

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

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

 a { background-color: rgb(223,227,234); }

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

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

 span { border-color: rgb(223,227,234); }

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