Html Css Color HEX #E5EDFB Solitude

📋 copy color: '#E5EDFB'

red 229 ◦ green 237 ◦ blue 251

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

Shades of Solitude #E5EDFB

Tints of Solitude #E5EDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.01%

R = 31.94%
G = 33.05%
B = 35.01%

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

#E5EDFB (or 0xE5EDFB) is known color: Solitude. HEX triplet: E5, ED and FB. RGB value is (229,237,251). Sum of RGB (Red+Green+Blue) = 229+237+251=717 (94% of max value = 765). Red value is 229 (89.84% from 255 or 31.94% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5EDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDFB is #1A1204. Grayscale: #ECECEC. Windows color (decimal): -1708549 or 16510437. OLE color: 16510437.

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

Color convert

RGB 229 237 251 -
CMYK 0.09 0.06 0 0.02
HSL 218.18º 0.73% 0.94% -
HSV(B) 218.18º 0.09% 0.98% -
XYZ 80.01 84.19 103.3 -
YUV 236.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 229 237 251 0.09 0.06 0 0.02 218.18 0.73 0.94
Hex E5 ED FB 9 6 0 2 DA 49 5E
Octal 345 355 373 11 6 0 2 332 111 136
Binary 11100101 11101101 11111011 1001 110 0 10 11011010 1001001 1011110

Color Harmonies of #E5EDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EDFB

Black with #E5EDFB

Text Example


Text Example

White with #E5EDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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