#DEE6F3

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

Shades of Solitude #DEE6F3

Tints of Solitude #DEE6F3

Color information

#DEE6F3 (or 0xDEE6F3) is unknown color: approx Solitude. HEX triplet: DE, E6 and F3. RGB value is (222,230,243). Sum of RGB (Red+Green+Blue) = 222+230+243=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEE6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6F3 is #21190C. Grayscale: #E5E5E5. Windows color (decimal): -2169101 or 15984350. OLE color: 15984350.

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

Color convert

RGB222230243-
CMYK0.090.0500.05
HSL217.14º46.67%91.18%-
HSV(B)217.14º8.64%95.29%-
XYZ74.678.5996.03-
YUV229.09135.85122.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.94%
GREEN value IS 230 (90.23% from 255) = 33.09%
BLUE value IS 243 (95.31% from 255) = 34.96%
R=31.94%
G=33.09%
B=34.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222302430.090.0500.05217.1446.6791.18
HexDEE6F39505d92f5b
Octal3363463631150533157133
Binary11011110111001101111001110011010101110110011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6F3; }

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

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

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

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

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

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

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

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