#DEE6FE

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

Shades of Solitude #DEE6FE

Tints of Solitude #DEE6FE

Color information

#DEE6FE (or 0xDEE6FE) is unknown color: approx Solitude. HEX triplet: DE, E6 and FE. RGB value is (222,230,254). Sum of RGB (Red+Green+Blue) = 222+230+254=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 230 (90.23% from 255 or 32.58% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6FE is #211901. Grayscale: #E6E6E6. Windows color (decimal): -2169090 or 16705246. OLE color: 16705246.

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

Color convert

RGB222230254-
CMYK0.130.0900.00
HSL225º94.12%93.33%-
HSV(B)225º12.6%99.61%-
XYZ76.3179.28105.05-
YUV230.34141.35122.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.44%
GREEN value IS 230 (90.23% from 255) = 32.58%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=31.44%
G=32.58%
B=35.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222302540.130.0900.0022594.1293.33
HexDEE6FED900e15e5d
Octal336346376151100341136135
Binary11011110111001101111111011011001001110000110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6FE; }

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

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

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

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

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

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

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

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