#DEE5FC

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

Shades of Solitude #DEE5FC

Tints of Solitude #DEE5FC

Color information

#DEE5FC (or 0xDEE5FC) is unknown color: approx Solitude. HEX triplet: DE, E5 and FC. RGB value is (222,229,252). Sum of RGB (Red+Green+Blue) = 222+229+252=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5FC is #211A03. Grayscale: #E5E5E5. Windows color (decimal): -2169348 or 16573918. OLE color: 16573918.

HSL color Cylindrical-coordinate representation of color #DEE5FC: hue angle of 226º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEE5FC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222229252-
CMYK0.120.0900.01
HSL226º83.33%92.94%-
HSV(B)226º11.9%98.82%-
XYZ75.7178.6103.28-
YUV229.53140.68122.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.58%
GREEN value IS 229 (89.84% from 255) = 32.57%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=31.58%
G=32.57%
B=35.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222292520.120.0900.0122683.3392.94
HexDEE5FCC901e2535d
Octal336345374141101342123135
Binary11011110111001011111110011001001011110001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE5FC; }

 p { color: rgb(222,229,252); }

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

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

 a { background-color: rgb(222,229,252); }

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

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

 span { border-color: rgb(222,229,252); }

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