#DFE7FD

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

Shades of Solitude #DFE7FD

Tints of Solitude #DFE7FD

Color information

#DFE7FD (or 0xDFE7FD) is unknown color: approx Solitude. HEX triplet: DF, E7 and FD. RGB value is (223,231,253). Sum of RGB (Red+Green+Blue) = 223+231+253=707 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.54% from 707); Green value is 231 (90.62% from 255 or 32.67% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE7FD is #201802. Grayscale: #E7E7E7. Windows color (decimal): -2103299 or 16639967. OLE color: 16639967.

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

Color convert

RGB223231253-
CMYK0.120.0900.01
HSL224º88.24%93.33%-
HSV(B)224º11.86%99.22%-
XYZ76.7479.93104.31-
YUV231.12140.35122.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.54%
GREEN value IS 231 (90.62% from 255) = 32.67%
BLUE value IS 253 (99.22% from 255) = 35.79%
R=31.54%
G=32.67%
B=35.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232312530.120.0900.0122488.2493.33
HexDFE7FDC901e0585d
Octal337347375141101340130135
Binary11011111111001111111110111001001011110000010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE7FD; }

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

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

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

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

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

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

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

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