#DEE5F9

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

Shades of Solitude #DEE5F9

Tints of Solitude #DEE5F9

Color information

#DEE5F9 (or 0xDEE5F9) is unknown color: approx Solitude. HEX triplet: DE, E5 and F9. RGB value is (222,229,249). Sum of RGB (Red+Green+Blue) = 222+229+249=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5F9 is #211A06. Grayscale: #E5E5E5. Windows color (decimal): -2169351 or 16377310. OLE color: 16377310.

HSL color Cylindrical-coordinate representation of color #DEE5F9: hue angle of 224.44º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEE5F9 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222229249-
CMYK0.110.0800.02
HSL224.44º69.23%92.35%-
HSV(B)224.44º10.84%97.65%-
XYZ75.2478.41100.79-
YUV229.19139.18122.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 229 (89.84% from 255) = 32.71%
BLUE value IS 249 (97.66% from 255) = 35.57%
R=31.71%
G=32.71%
B=35.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222292490.110.0800.02224.4469.2392.35
HexDEE5F9B802e0455c
Octal336345371131002340105134
Binary110111101110010111111001101110000101110000010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE5F9; }

 p { color: rgb(222,229,249); }

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

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

 a { background-color: rgb(222,229,249); }

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

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

 span { border-color: rgb(222,229,249); }

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