#DEE4F5

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

Shades of Solitude #DEE4F5

Tints of Solitude #DEE4F5

Color information

#DEE4F5 (or 0xDEE4F5) is unknown color: approx Solitude. HEX triplet: DE, E4 and F5. RGB value is (222,228,245). Sum of RGB (Red+Green+Blue) = 222+228+245=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 228 (89.45% from 255 or 32.81% from 695); Blue value is 245 (96.09% from 255 or 35.25% from 695); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEE4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4F5 is #211B0A. Grayscale: #E4E4E4. Windows color (decimal): -2169611 or 16114910. OLE color: 16114910.

HSL color Cylindrical-coordinate representation of color #DEE4F5: hue angle of 224.35º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEE4F5 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222228245-
CMYK0.090.0700.04
HSL224.35º53.49%91.57%-
HSV(B)224.35º9.39%96.08%-
XYZ74.3577.6197.45-
YUV228.14137.51123.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.94%
GREEN value IS 228 (89.45% from 255) = 32.81%
BLUE value IS 245 (96.09% from 255) = 35.25%
R=31.94%
G=32.81%
B=35.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222282450.090.0700.04224.3553.4991.57
HexDEE4F59704e0355c
Octal3363443651170434065134
Binary11011110111001001111010110011110100111000001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4F5; }

 p { color: rgb(222,228,245); }

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

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

 a { background-color: rgb(222,228,245); }

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

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

 span { border-color: rgb(222,228,245); }

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