#DFE9FC

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

Shades of Solitude #DFE9FC

Tints of Solitude #DFE9FC

Color information

#DFE9FC (or 0xDFE9FC) is unknown color: approx Solitude. HEX triplet: DF, E9 and FC. RGB value is (223,233,252). Sum of RGB (Red+Green+Blue) = 223+233+252=708 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.50% from 708); Green value is 233 (91.41% from 255 or 32.91% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFE9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9FC is #201603. Grayscale: #E8E8E8. Windows color (decimal): -2102788 or 16574943. OLE color: 16574943.

HSL color Cylindrical-coordinate representation of color #DFE9FC: hue angle of 219.31º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE9FC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223233252-
CMYK0.120.0800.01
HSL219.31º82.86%93.14%-
HSV(B)219.31º11.51%98.82%-
XYZ77.1480.99103.66-
YUV232.18139.19121.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.50%
GREEN value IS 233 (91.41% from 255) = 32.91%
BLUE value IS 252 (98.83% from 255) = 35.59%
R=31.50%
G=32.91%
B=35.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232332520.120.0800.01219.3182.8693.14
HexDFE9FCC801db535d
Octal337351374141001333123135
Binary11011111111010011111110011001000011101101110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9FC; }

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

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

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

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

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

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

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

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