Html Css Color HEX #E1EDFE Solitude

📋 copy color: '#E1EDFE'

red 225 ◦ green 237 ◦ blue 254

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

Shades of Solitude #E1EDFE

Tints of Solitude #E1EDFE

RGB

 RED value IS 225 (88.28% from 255) = 31.42%

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

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

R = 31.42%
G = 33.1%
B = 35.47%

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

#E1EDFE (or 0xE1EDFE) is known color: Solitude. HEX triplet: E1, ED and FE. RGB value is (225,237,254). Sum of RGB (Red+Green+Blue) = 225+237+254=716 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.42% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDFE is #1E1201. Grayscale: #EBEBEB. Windows color (decimal): -1970690 or 16707041. OLE color: 16707041.

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

Color convert

RGB 225 237 254 -
CMYK 0.11 0.07 0 0.00
HSL 215.17º 0.94% 0.94% -
HSV(B) 215.17º 0.11% 1% -
XYZ 79.22 83.73 105.75 -
YUV 235.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 225 237 254 0.11 0.07 0 0.00 215.17 0.94 0.94
Hex E1 ED FE B 7 0 0 D7 5E 5E
Octal 341 355 376 13 7 0 0 327 136 136
Binary 11100001 11101101 11111110 1011 111 0 0 11010111 1011110 1011110

Color Harmonies of #E1EDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1EDFE

Black with #E1EDFE

Text Example


Text Example

White with #E1EDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1EDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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