Html Css Color HEX #E5EDFF Solitude

📋 copy color: '#E5EDFF'

red 229 ◦ green 237 ◦ blue 255

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

Shades of Solitude #E5EDFF

Tints of Solitude #E5EDFF

RGB

 RED value IS 229 (89.84% from 255) = 31.76%

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

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

R = 31.76%
G = 32.87%
B = 35.37%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E5EDFF (or 0xE5EDFF) is known color: Solitude. HEX triplet: E5, ED and FF. RGB value is (229,237,255). Sum of RGB (Red+Green+Blue) = 229+237+255=721 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.76% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDFF is #1A1200. Grayscale: #ECECEC. Windows color (decimal): -1708545 or 16772581. OLE color: 16772581.

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

Color convert

RGB 229 237 255 -
CMYK 0.10 0.07 0 0
HSL 221.54º 1% 0.95% -
HSV(B) 221.54º 0.1% 1% -
XYZ 80.65 84.45 106.66 -
YUV 236.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 229 237 255 0.10 0.07 0 0 221.54 1 0.95
Hex E5 ED FF A 7 0 0 DE 64 5F
Octal 345 355 377 12 7 0 0 336 144 137
Binary 11100101 11101101 11111111 1010 111 0 0 11011110 1100100 1011111

Color Harmonies of #E5EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EDFF

Black with #E5EDFF

Text Example


Text Example

White with #E5EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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