#DEE8FD

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

Shades of Solitude #DEE8FD

Tints of Solitude #DEE8FD

Color information

#DEE8FD (or 0xDEE8FD) is unknown color: approx Solitude. HEX triplet: DE, E8 and FD. RGB value is (222,232,253). Sum of RGB (Red+Green+Blue) = 222+232+253=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 232 (91.02% from 255 or 32.81% 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 #DEE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8FD is #211702. Grayscale: #E7E7E7. Windows color (decimal): -2168579 or 16640222. OLE color: 16640222.

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

Color convert

RGB222232253-
CMYK0.120.0800.01
HSL220.65º88.57%93.14%-
HSV(B)220.65º12.25%99.22%-
XYZ76.7180.33104.39-
YUV231.4140.19121.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.40%
GREEN value IS 232 (91.02% from 255) = 32.81%
BLUE value IS 253 (99.22% from 255) = 35.79%
R=31.40%
G=32.81%
B=35.79%

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
Decimal2222322530.120.0800.01220.6588.5793.14
HexDEE8FDC801dd595d
Octal336350375141001335131135
Binary11011110111010001111110111001000011101110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8FD; }

 p { color: rgb(222,232,253); }

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

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

 a { background-color: rgb(222,232,253); }

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

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

 span { border-color: rgb(222,232,253); }

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