Html Css Color HEX #E2EDFE Solitude

📋 copy color: '#E2EDFE'

red 226 ◦ green 237 ◦ blue 254

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

Shades of Solitude #E2EDFE

Tints of Solitude #E2EDFE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.05%

 BLUE value IS 254 (99.61% from 255) = 35.43%

R = 31.52%
G = 33.05%
B = 35.43%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2EDFE (or 0xE2EDFE) is known color: Solitude. HEX triplet: E2, ED and FE. RGB value is (226,237,254). Sum of RGB (Red+Green+Blue) = 226+237+254=717 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.52% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDFE is #1D1201. Grayscale: #EBEBEB. Windows color (decimal): -1905154 or 16707042. OLE color: 16707042.

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

Color convert

RGB 226 237 254 -
CMYK 0.11 0.07 0 0.00
HSL 216.43º 0.93% 0.94% -
HSV(B) 216.43º 0.11% 1% -
XYZ 79.54 83.89 105.77 -
YUV 235.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 226 237 254 0.11 0.07 0 0.00 216.43 0.93 0.94
Hex E2 ED FE B 7 0 0 D8 5D 5E
Octal 342 355 376 13 7 0 0 330 135 136
Binary 11100010 11101101 11111110 1011 111 0 0 11011000 1011101 1011110

Color Harmonies of #E2EDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EDFE

Black with #E2EDFE

Text Example


Text Example

White with #E2EDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EDFE; }

 p { color: rgb(226,237,254); }

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

background-color css

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

 a { background-color: rgb(226,237,254); }

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

border-color css

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

 span { border-color: rgb(226,237,254); }

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