#DEE6FA

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

Shades of Solitude #DEE6FA

Tints of Solitude #DEE6FA

Color information

#DEE6FA (or 0xDEE6FA) is unknown color: approx Solitude. HEX triplet: DE, E6 and FA. RGB value is (222,230,250). Sum of RGB (Red+Green+Blue) = 222+230+250=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6FA is #211905. Grayscale: #E5E5E5. Windows color (decimal): -2169094 or 16443102. OLE color: 16443102.

HSL color Cylindrical-coordinate representation of color #DEE6FA: hue angle of 222.86º 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 #DEE6FA is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222230250-
CMYK0.110.0800.02
HSL222.86º73.68%92.55%-
HSV(B)222.86º11.2%98.04%-
XYZ75.6879.03101.71-
YUV229.89139.35122.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.62%
GREEN value IS 230 (90.23% from 255) = 32.76%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=31.62%
G=32.76%
B=35.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222302500.110.0800.02222.8673.6892.55
HexDEE6FAB802df4a5d
Octal336346372131002337112135
Binary110111101110011011111010101110000101101111110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6FA; }

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

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

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

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

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

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

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

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