#DEE6FF

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

Shades of Solitude #DEE6FF

Tints of Solitude #DEE6FF

Color information

#DEE6FF (or 0xDEE6FF) is unknown color: approx Solitude. HEX triplet: DE, E6 and FF. RGB value is (222,230,255). Sum of RGB (Red+Green+Blue) = 222+230+255=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6FF is #211900. Grayscale: #E6E6E6. Windows color (decimal): -2169089 or 16770782. OLE color: 16770782.

HSL color Cylindrical-coordinate representation of color #DEE6FF: hue angle of 225.45º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEE6FF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222230255-
CMYK0.130.1000
HSL225.45º100%93.53%-
HSV(B)225.45º12.94%100%-
XYZ76.4779.34105.89-
YUV230.46141.85121.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.40%
GREEN value IS 230 (90.23% from 255) = 32.53%
BLUE value IS 255 (100% from 255) = 36.07%
R=31.40%
G=32.53%
B=36.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222302550.130.1000225.4510093.53
HexDEE6FFDA00e1645e
Octal336346377151200341144136
Binary11011110111001101111111111011010001110000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6FF; }

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

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

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

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

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

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

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

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