#DFE9FA

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

Shades of Solitude #DFE9FA

Tints of Solitude #DFE9FA

Color information

#DFE9FA (or 0xDFE9FA) is unknown color: approx Solitude. HEX triplet: DF, E9 and FA. RGB value is (223,233,250). Sum of RGB (Red+Green+Blue) = 223+233+250=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 233 (91.41% from 255 or 33.00% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9FA is #201605. Grayscale: #E7E7E7. Windows color (decimal): -2102790 or 16443871. OLE color: 16443871.

HSL color Cylindrical-coordinate representation of color #DFE9FA: hue angle of 217.78º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFE9FA is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223233250-
CMYK0.110.0700.02
HSL217.78º72.97%92.75%-
HSV(B)217.78º10.8%98.04%-
XYZ76.8380.87102-
YUV231.95138.19121.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.59%
GREEN value IS 233 (91.41% from 255) = 33.00%
BLUE value IS 250 (98.05% from 255) = 35.41%
R=31.59%
G=33.00%
B=35.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232332500.110.0700.02217.7872.9792.75
HexDFE9FAB702da495d
Octal33735137213702332111135
Binary11011111111010011111101010111110101101101010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9FA; }

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

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

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

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

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

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

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

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