#DFE9FD

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

Shades of Solitude #DFE9FD

Tints of Solitude #DFE9FD

Color information

#DFE9FD (or 0xDFE9FD) is unknown color: approx Solitude. HEX triplet: DF, E9 and FD. RGB value is (223,233,253). Sum of RGB (Red+Green+Blue) = 223+233+253=709 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.45% from 709); Green value is 233 (91.41% from 255 or 32.86% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9FD is #201602. Grayscale: #E8E8E8. Windows color (decimal): -2102787 or 16640479. OLE color: 16640479.

HSL color Cylindrical-coordinate representation of color #DFE9FD: hue angle of 220º degrees, saturation: 0.88, 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 #DFE9FD is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223233253-
CMYK0.120.0800.01
HSL220º88.24%93.33%-
HSV(B)220º11.86%99.22%-
XYZ77.381.06104.5-
YUV232.29139.69121.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.45%
GREEN value IS 233 (91.41% from 255) = 32.86%
BLUE value IS 253 (99.22% from 255) = 35.68%
R=31.45%
G=32.86%
B=35.68%

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
Decimal2232332530.120.0800.0122088.2493.33
HexDFE9FDC801dc585d
Octal337351375141001334130135
Binary11011111111010011111110111001000011101110010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9FD; }

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

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

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

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

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

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

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

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