#DEE6F1

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

Shades of Solitude #DEE6F1

Tints of Solitude #DEE6F1

Color information

#DEE6F1 (or 0xDEE6F1) is unknown color: approx Solitude. HEX triplet: DE, E6 and F1. RGB value is (222,230,241). Sum of RGB (Red+Green+Blue) = 222+230+241=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 230 (90.23% from 255 or 33.19% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6F1 is #21190E. Grayscale: #E4E4E4. Windows color (decimal): -2169103 or 15853278. OLE color: 15853278.

HSL color Cylindrical-coordinate representation of color #DEE6F1: hue angle of 214.74º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEE6F1 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222230241-
CMYK0.080.0500.05
HSL214.74º40.43%90.78%-
HSV(B)214.74º7.88%94.51%-
XYZ74.378.4794.45-
YUV228.86134.85123.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.03%
GREEN value IS 230 (90.23% from 255) = 33.19%
BLUE value IS 241 (94.53% from 255) = 34.78%
R=32.03%
G=33.19%
B=34.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222302410.080.0500.05214.7440.4390.78
HexDEE6F18505d7285b
Octal3363463611050532750133
Binary11011110111001101111000110001010101110101111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6F1; }

 p { color: rgb(222,230,241); }

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

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

 a { background-color: rgb(222,230,241); }

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

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

 span { border-color: rgb(222,230,241); }

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