Html Css Color HEX #E0E5EB Solitude

📋 copy color: '#E0E5EB'

red 224 ◦ green 229 ◦ blue 235

#E0E5EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solitude #E0E5EB

Tints of Solitude #E0E5EB

RGB

 RED value IS 224 (87.89% from 255) = 32.56%

 GREEN value IS 229 (89.84% from 255) = 33.28%

 BLUE value IS 235 (92.19% from 255) = 34.16%

R = 32.56%
G = 33.28%
B = 34.16%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0E5EB (or 0xE0E5EB) is known color: Solitude. HEX triplet: E0, E5 and EB. RGB value is (224,229,235). Sum of RGB (Red+Green+Blue) = 224+229+235=688 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.56% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0E5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E5EB is #1F1A14. Grayscale: #E4E4E4. Windows color (decimal): -2038293 or 15459808. OLE color: 15459808.

HSL color Cylindrical-coordinate representation of color #E0E5EB: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0E5EB is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 229 235 -
CMYK 0.05 0.03 0 0.08
HSL 212.73º 0.22% 0.9% -
HSV(B) 212.73º 0.05% 0.92% -
XYZ 73.76 77.88 89.74 -
YUV 228.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 224 229 235 0.05 0.03 0 0.08 212.73 0.22 0.9
Hex E0 E5 EB 5 3 0 8 D5 16 5A
Octal 340 345 353 5 3 0 10 325 26 132
Binary 11100000 11100101 11101011 101 11 0 1000 11010101 10110 1011010

Color Harmonies of #E0E5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E5EB

Black with #E0E5EB

Text Example


Text Example

White with #E0E5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E5EB; }

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

 H1.HeaderClassName
 {
   color: #E0E5EB;
 }
 .AnyTagClassName
 {
   color: #E0E5EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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