#E9EFFD

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

Shades of Solitude #E9EFFD

Tints of Solitude #E9EFFD

Color information

#E9EFFD (or 0xE9EFFD) is unknown color: approx Solitude. HEX triplet: E9, EF and FD. RGB value is (233,239,253). Sum of RGB (Red+Green+Blue) = 233+239+253=725 (96% of max value = 765). Red value is 233 (91.41% from 255 or 32.14% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9EFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EFFD is #161002. Grayscale: #EEEEEE. Windows color (decimal): -1445891 or 16642025. OLE color: 16642025.

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

Color convert

RGB233239253-
CMYK0.080.0600.01
HSL222º83.33%95.29%-
HSV(B)222º7.91%99.22%-
XYZ82.286.15105.22-
YUV238.8136.01123.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.14%
GREEN value IS 239 (93.75% from 255) = 32.97%
BLUE value IS 253 (99.22% from 255) = 34.90%
R=32.14%
G=32.97%
B=34.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332392530.080.0600.0122283.3395.29
HexE9EFFD8601de535f
Octal35135737510601336123137
Binary1110100111101111111111011000110011101111010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EFFD; }

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

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

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

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

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

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

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

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