#E0EDFD

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

Shades of Solitude #E0EDFD

Tints of Solitude #E0EDFD

Color information

#E0EDFD (or 0xE0EDFD) is unknown color: approx Solitude. HEX triplet: E0, ED and FD. RGB value is (224,237,253). Sum of RGB (Red+Green+Blue) = 224+237+253=714 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.37% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDFD is #1F1202. Grayscale: #EAEAEA. Windows color (decimal): -2036227 or 16641504. OLE color: 16641504.

HSL color Cylindrical-coordinate representation of color #E0EDFD: hue angle of 213.1º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0EDFD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224237253-
CMYK0.110.0600.01
HSL213.1º87.88%93.53%-
HSV(B)213.1º11.46%99.22%-
XYZ78.7583.51104.9-
YUV234.94138.19120.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.37%
GREEN value IS 237 (92.97% from 255) = 33.19%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=31.37%
G=33.19%
B=35.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242372530.110.0600.01213.187.8893.53
HexE0EDFDB601d5585e
Octal34035537513601325130136
Binary1110000011101101111111011011110011101010110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EDFD; }

 p { color: rgb(224,237,253); }

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

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

 a { background-color: rgb(224,237,253); }

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

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

 span { border-color: rgb(224,237,253); }

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