#E0E6F8

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

Shades of Solitude #E0E6F8

Tints of Solitude #E0E6F8

Color information

#E0E6F8 (or 0xE0E6F8) is unknown color: approx Solitude. HEX triplet: E0, E6 and F8. RGB value is (224,230,248). Sum of RGB (Red+Green+Blue) = 224+230+248=702 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.91% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 248 - color contains mainly: blue. Hex color #E0E6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E6F8 is #1F1907. Grayscale: #E6E6E6. Windows color (decimal): -2038024 or 16312032. OLE color: 16312032.

HSL color Cylindrical-coordinate representation of color #E0E6F8: hue angle of 225º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0E6F8 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB224230248-
CMYK0.100.0700.03
HSL225º63.16%92.55%-
HSV(B)225º9.68%97.25%-
XYZ75.9879.22100.09-
YUV230.26138.01123.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.91%
GREEN value IS 230 (90.23% from 255) = 32.76%
BLUE value IS 248 (97.27% from 255) = 35.33%
R=31.91%
G=32.76%
B=35.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242302480.100.0700.0322563.1692.55
HexE0E6F8A703e13f5d
Octal3403463701270334177135
Binary1110000011100110111110001010111011111000011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E6F8; }

 p { color: rgb(224,230,248); }

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

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

 a { background-color: rgb(224,230,248); }

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

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

 span { border-color: rgb(224,230,248); }

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