#E5EFFD

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

Shades of Solitude #E5EFFD

Tints of Solitude #E5EFFD

Color information

#E5EFFD (or 0xE5EFFD) is unknown color: approx Solitude. HEX triplet: E5, EF and FD. RGB value is (229,239,253). Sum of RGB (Red+Green+Blue) = 229+239+253=721 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.76% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFFD is #1A1002. Grayscale: #EDEDED. Windows color (decimal): -1708035 or 16642021. OLE color: 16642021.

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

Color convert

RGB229239253-
CMYK0.090.0600.01
HSL215º85.71%94.51%-
HSV(B)215º9.49%99.22%-
XYZ80.9185.48105.16-
YUV237.61136.69121.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.76%
GREEN value IS 239 (93.75% from 255) = 33.15%
BLUE value IS 253 (99.22% from 255) = 35.09%
R=31.76%
G=33.15%
B=35.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292392530.090.0600.0121585.7194.51
HexE5EFFD9601d7565f
Octal34535737511601327126137
Binary1110010111101111111111011001110011101011110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EFFD; }

 p { color: rgb(229,239,253); }

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

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

 a { background-color: rgb(229,239,253); }

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

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

 span { border-color: rgb(229,239,253); }

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