#DFE5FA

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

Shades of Solitude #DFE5FA

Tints of Solitude #DFE5FA

Color information

#DFE5FA (or 0xDFE5FA) is unknown color: approx Solitude. HEX triplet: DF, E5 and FA. RGB value is (223,229,250). Sum of RGB (Red+Green+Blue) = 223+229+250=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5FA is #201A05. Grayscale: #E5E5E5. Windows color (decimal): -2103814 or 16442847. OLE color: 16442847.

HSL color Cylindrical-coordinate representation of color #DFE5FA: hue angle of 226.67º 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 #DFE5FA is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223229250-
CMYK0.110.0800.02
HSL226.67º72.97%92.75%-
HSV(B)226.67º10.8%98.04%-
XYZ75.7178.63101.63-
YUV229.6139.51123.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 229 (89.84% from 255) = 32.62%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=31.77%
G=32.62%
B=35.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232292500.110.0800.02226.6772.9792.75
HexDFE5FAB802e3495d
Octal337345372131002343111135
Binary110111111110010111111010101110000101110001110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5FA; }

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

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

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

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

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

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

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

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