Html Css Color HEX #E5EEFD Solitude

📋 copy color: '#E5EEFD'

red 229 ◦ green 238 ◦ blue 253

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

Shades of Solitude #E5EEFD

Tints of Solitude #E5EEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.06%

 BLUE value IS 253 (99.22% from 255) = 35.14%

R = 31.81%
G = 33.06%
B = 35.14%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5EEFD (or 0xE5EEFD) is known color: Solitude. HEX triplet: E5, EE and FD. RGB value is (229,238,253). Sum of RGB (Red+Green+Blue) = 229+238+253=720 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.81% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEFD is #1A1102. Grayscale: #ECECEC. Windows color (decimal): -1708291 or 16641765. OLE color: 16641765.

HSL color Cylindrical-coordinate representation of color #E5EEFD: hue angle of 217.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5EEFD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 238 253 -
CMYK 0.09 0.06 0 0.01
HSL 217.5º 0.86% 0.95% -
HSV(B) 217.5º 0.09% 0.99% -
XYZ 80.62 84.9 105.07 -
YUV 237.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 229 238 253 0.09 0.06 0 0.01 217.5 0.86 0.95
Hex E5 EE FD 9 6 0 1 DA 56 5F
Octal 345 356 375 11 6 0 1 332 126 137
Binary 11100101 11101110 11111101 1001 110 0 1 11011010 1010110 1011111

Color Harmonies of #E5EEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EEFD

Black with #E5EEFD

Text Example


Text Example

White with #E5EEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EEFD; }

 p { color: rgb(229,238,253); }

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

background-color css

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

 a { background-color: rgb(229,238,253); }

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

border-color css

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

 span { border-color: rgb(229,238,253); }

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