Html Css Color HEX #E0EAF9 Solitude

📋 copy color: '#E0EAF9'

red 224 ◦ green 234 ◦ blue 249

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

Shades of Solitude #E0EAF9

Tints of Solitude #E0EAF9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.1%

 BLUE value IS 249 (97.66% from 255) = 35.22%

R = 31.68%
G = 33.1%
B = 35.22%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0EAF9 (or 0xE0EAF9) is known color: Solitude. HEX triplet: E0, EA and F9. RGB value is (224,234,249). Sum of RGB (Red+Green+Blue) = 224+234+249=707 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.68% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0EAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EAF9 is #1F1506. Grayscale: #E8E8E8. Windows color (decimal): -2036999 or 16378592. OLE color: 16378592.

HSL color Cylindrical-coordinate representation of color #E0EAF9: hue angle of 216º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0EAF9 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 234 249 -
CMYK 0.10 0.06 0 0.02
HSL 216º 0.68% 0.93% -
HSV(B) 216º 0.1% 0.98% -
XYZ 77.26 81.53 101.29 -
YUV 232.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 224 234 249 0.10 0.06 0 0.02 216 0.68 0.93
Hex E0 EA F9 A 6 0 2 D8 44 5D
Octal 340 352 371 12 6 0 2 330 104 135
Binary 11100000 11101010 11111001 1010 110 0 10 11011000 1000100 1011101

Color Harmonies of #E0EAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EAF9

Black with #E0EAF9

Text Example


Text Example

White with #E0EAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EAF9; }

 p { color: rgb(224,234,249); }

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

background-color css

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

 a { background-color: rgb(224,234,249); }

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

border-color css

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

 span { border-color: rgb(224,234,249); }

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