Html Css Color HEX #E5EFFA Solitude

📋 copy color: '#E5EFFA'

red 229 ◦ green 239 ◦ blue 250

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

Shades of Solitude #E5EFFA

Tints of Solitude #E5EFFA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.29%

 BLUE value IS 250 (98.05% from 255) = 34.82%

R = 31.89%
G = 33.29%
B = 34.82%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5EFFA (or 0xE5EFFA) is known color: Solitude. HEX triplet: E5, EF and FA. RGB value is (229,239,250). Sum of RGB (Red+Green+Blue) = 229+239+250=718 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.89% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFFA is #1A1005. Grayscale: #EDEDED. Windows color (decimal): -1708038 or 16445413. OLE color: 16445413.

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

Color convert

RGB 229 239 250 -
CMYK 0.08 0.04 0 0.02
HSL 211.43º 0.68% 0.94% -
HSV(B) 211.43º 0.08% 0.98% -
XYZ 80.43 85.29 102.67 -
YUV 237.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 229 239 250 0.08 0.04 0 0.02 211.43 0.68 0.94
Hex E5 EF FA 8 4 0 2 D3 44 5E
Octal 345 357 372 10 4 0 2 323 104 136
Binary 11100101 11101111 11111010 1000 100 0 10 11010011 1000100 1011110

Color Harmonies of #E5EFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EFFA

Black with #E5EFFA

Text Example


Text Example

White with #E5EFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EFFA; }

 p { color: rgb(229,239,250); }

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

background-color css

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

 a { background-color: rgb(229,239,250); }

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

border-color css

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

 span { border-color: rgb(229,239,250); }

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