#DEE4F8

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

Shades of Solitude #DEE4F8

Tints of Solitude #DEE4F8

Color information

#DEE4F8 (or 0xDEE4F8) is unknown color: approx Solitude. HEX triplet: DE, E4 and F8. RGB value is (222,228,248). Sum of RGB (Red+Green+Blue) = 222+228+248=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEE4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4F8 is #211B07. Grayscale: #E4E4E4. Windows color (decimal): -2169608 or 16311518. OLE color: 16311518.

HSL color Cylindrical-coordinate representation of color #DEE4F8: hue angle of 226.15º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEE4F8 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222228248-
CMYK0.100.0800.03
HSL226.15º65%92.16%-
HSV(B)226.15º10.48%97.25%-
XYZ74.8177.7999.88-
YUV228.49139.01123.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.81%
GREEN value IS 228 (89.45% from 255) = 32.66%
BLUE value IS 248 (97.27% from 255) = 35.53%
R=31.81%
G=32.66%
B=35.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222282480.100.0800.03226.156592.16
HexDEE4F8A803e2415c
Octal336344370121003342101134
Binary110111101110010011111000101010000111110001010000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4F8; }

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

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

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

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

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

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

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

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