Html Css Color HEX #E2EAF9 Solitude

📋 copy color: '#E2EAF9'

red 226 ◦ green 234 ◦ blue 249

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

Shades of Solitude #E2EAF9

Tints of Solitude #E2EAF9

RGB

 RED value IS 226 (88.67% from 255) = 31.88%

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

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

R = 31.88%
G = 33%
B = 35.12%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2EAF9 (or 0xE2EAF9) is known color: Solitude. HEX triplet: E2, EA and F9. RGB value is (226,234,249). Sum of RGB (Red+Green+Blue) = 226+234+249=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2EAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EAF9 is #1D1506. Grayscale: #E9E9E9. Windows color (decimal): -1905927 or 16378594. OLE color: 16378594.

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

Color convert

RGB 226 234 249 -
CMYK 0.09 0.06 0 0.02
HSL 219.13º 0.66% 0.93% -
HSV(B) 219.13º 0.09% 0.98% -
XYZ 77.89 81.85 101.32 -
YUV 233.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 226 234 249 0.09 0.06 0 0.02 219.13 0.66 0.93
Hex E2 EA F9 9 6 0 2 DB 42 5D
Octal 342 352 371 11 6 0 2 333 102 135
Binary 11100010 11101010 11111001 1001 110 0 10 11011011 1000010 1011101

Color Harmonies of #E2EAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EAF9

Black with #E2EAF9

Text Example


Text Example

White with #E2EAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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