#E0EBFC

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

Shades of Solitude #E0EBFC

Tints of Solitude #E0EBFC

Color information

#E0EBFC (or 0xE0EBFC) is unknown color: approx Solitude. HEX triplet: E0, EB and FC. RGB value is (224,235,252). Sum of RGB (Red+Green+Blue) = 224+235+252=711 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.50% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EBFC is #1F1403. Grayscale: #E9E9E9. Windows color (decimal): -2036740 or 16575456. OLE color: 16575456.

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

Color convert

RGB224235252-
CMYK0.110.0700.01
HSL216.43º82.35%93.33%-
HSV(B)216.43º11.11%98.82%-
XYZ78.0282.29103.87-
YUV233.65138.36121.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.50%
GREEN value IS 235 (92.19% from 255) = 33.05%
BLUE value IS 252 (98.83% from 255) = 35.44%
R=31.50%
G=33.05%
B=35.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242352520.110.0700.01216.4382.3593.33
HexE0EBFCB701d8525d
Octal34035337413701330122135
Binary1110000011101011111111001011111011101100010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EBFC; }

 p { color: rgb(224,235,252); }

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

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

 a { background-color: rgb(224,235,252); }

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

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

 span { border-color: rgb(224,235,252); }

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