Html Css Color HEX #E1EDFF Solitude

📋 copy color: '#E1EDFF'

red 225 ◦ green 237 ◦ blue 255

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

Shades of Solitude #E1EDFF

Tints of Solitude #E1EDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.56%

R = 31.38%
G = 33.05%
B = 35.56%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E1EDFF (or 0xE1EDFF) is known color: Solitude. HEX triplet: E1, ED and FF. RGB value is (225,237,255). Sum of RGB (Red+Green+Blue) = 225+237+255=717 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.38% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDFF is #1E1200. Grayscale: #EBEBEB. Windows color (decimal): -1970689 or 16772577. OLE color: 16772577.

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

Color convert

RGB 225 237 255 -
CMYK 0.12 0.07 0 0
HSL 216º 1% 0.94% -
HSV(B) 216º 0.12% 1% -
XYZ 79.39 83.8 106.6 -
YUV 235.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 225 237 255 0.12 0.07 0 0 216 1 0.94
Hex E1 ED FF C 7 0 0 D8 64 5E
Octal 341 355 377 14 7 0 0 330 144 136
Binary 11100001 11101101 11111111 1100 111 0 0 11011000 1100100 1011110

Color Harmonies of #E1EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1EDFF

Black with #E1EDFF

Text Example


Text Example

White with #E1EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1EDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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