#DEE9FD

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

Shades of Solitude #DEE9FD

Tints of Solitude #DEE9FD

Color information

#DEE9FD (or 0xDEE9FD) is unknown color: approx Solitude. HEX triplet: DE, E9 and FD. RGB value is (222,233,253). Sum of RGB (Red+Green+Blue) = 222+233+253=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 233 (91.41% from 255 or 32.91% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9FD is #211602. Grayscale: #E7E7E7. Windows color (decimal): -2168323 or 16640478. OLE color: 16640478.

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

Color convert

RGB222233253-
CMYK0.120.0800.01
HSL218.71º88.57%93.14%-
HSV(B)218.71º12.25%99.22%-
XYZ76.9980.9104.49-
YUV231.99139.86120.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.36%
GREEN value IS 233 (91.41% from 255) = 32.91%
BLUE value IS 253 (99.22% from 255) = 35.73%
R=31.36%
G=32.91%
B=35.73%

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
Decimal2222332530.120.0800.01218.7188.5793.14
HexDEE9FDC801db595d
Octal336351375141001333131135
Binary11011110111010011111110111001000011101101110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE9FD; }

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

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

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

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

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

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

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

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