#DEE9FA

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

Shades of Solitude #DEE9FA

Tints of Solitude #DEE9FA

Color information

#DEE9FA (or 0xDEE9FA) is unknown color: approx Solitude. HEX triplet: DE, E9 and FA. RGB value is (222,233,250). Sum of RGB (Red+Green+Blue) = 222+233+250=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 233 (91.41% from 255 or 33.05% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9FA is #211605. Grayscale: #E7E7E7. Windows color (decimal): -2168326 or 16443870. OLE color: 16443870.

HSL color Cylindrical-coordinate representation of color #DEE9FA: hue angle of 216.43º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEE9FA is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222233250-
CMYK0.110.0700.02
HSL216.43º73.68%92.55%-
HSV(B)216.43º11.2%98.04%-
XYZ76.5280.71101.99-
YUV231.65138.36121.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.49%
GREEN value IS 233 (91.41% from 255) = 33.05%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=31.49%
G=33.05%
B=35.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222332500.110.0700.02216.4373.6892.55
HexDEE9FAB702d84a5d
Octal33635137213702330112135
Binary11011110111010011111101010111110101101100010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE9FA; }

 p { color: rgb(222,233,250); }

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

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

 a { background-color: rgb(222,233,250); }

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

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

 span { border-color: rgb(222,233,250); }

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