Html Css Color HEX #E7EDFD Solitude

📋 copy color: '#E7EDFD'

red 231 ◦ green 237 ◦ blue 253

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

Shades of Solitude #E7EDFD

Tints of Solitude #E7EDFD

RGB

 RED value IS 231 (90.63% from 255) = 32.04%

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

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

R = 32.04%
G = 32.87%
B = 35.09%

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

#E7EDFD (or 0xE7EDFD) is known color: Solitude. HEX triplet: E7, ED and FD. RGB value is (231,237,253). Sum of RGB (Red+Green+Blue) = 231+237+253=721 (95% of max value = 765). Red value is 231 (90.62% from 255 or 32.04% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EDFD is #181202. Grayscale: #ECECEC. Windows color (decimal): -1577475 or 16641511. OLE color: 16641511.

HSL color Cylindrical-coordinate representation of color #E7EDFD: hue angle of 223.64º degrees, saturation: 0.85, 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 #E7EDFD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 237 253 -
CMYK 0.09 0.06 0 0.01
HSL 223.64º 0.85% 0.95% -
HSV(B) 223.64º 0.09% 0.99% -
XYZ 80.97 84.65 105 -
YUV 237.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 231 237 253 0.09 0.06 0 0.01 223.64 0.85 0.95
Hex E7 ED FD 9 6 0 1 E0 55 5F
Octal 347 355 375 11 6 0 1 340 125 137
Binary 11100111 11101101 11111101 1001 110 0 1 11100000 1010101 1011111

Color Harmonies of #E7EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7EDFD

Black with #E7EDFD

Text Example


Text Example

White with #E7EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7EDFD; }

 p { color: rgb(231,237,253); }

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

background-color css

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

 a { background-color: rgb(231,237,253); }

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

border-color css

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

 span { border-color: rgb(231,237,253); }

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