#E3EFFD

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

Shades of Solitude #E3EFFD

Tints of Solitude #E3EFFD

Color information

#E3EFFD (or 0xE3EFFD) is unknown color: approx Solitude. HEX triplet: E3, EF and FD. RGB value is (227,239,253). Sum of RGB (Red+Green+Blue) = 227+239+253=719 (95% of max value = 765). Red value is 227 (89.06% from 255 or 31.57% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EFFD is #1C1002. Grayscale: #ECECEC. Windows color (decimal): -1839107 or 16642019. OLE color: 16642019.

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

Color convert

RGB227239253-
CMYK0.100.0600.01
HSL212.31º86.67%94.12%-
HSV(B)212.31º10.28%99.22%-
XYZ80.2785.16105.13-
YUV237.01137.02120.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 31.57%
GREEN value IS 239 (93.75% from 255) = 33.24%
BLUE value IS 253 (99.22% from 255) = 35.19%
R=31.57%
G=33.24%
B=35.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2272392530.100.0600.01212.3186.6794.12
HexE3EFFDA601d4575e
Octal34335737512601324127136
Binary1110001111101111111111011010110011101010010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EFFD; }

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

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

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

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

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

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

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

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