Html Css Color HEX #E8EDFD Solitude

📋 copy color: '#E8EDFD'

red 232 ◦ green 237 ◦ blue 253

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

Shades of Solitude #E8EDFD

Tints of Solitude #E8EDFD

RGB

 RED value IS 232 (91.02% from 255) = 32.13%

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

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

R = 32.13%
G = 32.83%
B = 35.04%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E8EDFD (or 0xE8EDFD) is known color: Solitude. HEX triplet: E8, ED and FD. RGB value is (232,237,253). Sum of RGB (Red+Green+Blue) = 232+237+253=722 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.13% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDFD is #171202. Grayscale: #EDEDED. Windows color (decimal): -1511939 or 16641512. OLE color: 16641512.

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

Color convert

RGB 232 237 253 -
CMYK 0.08 0.06 0 0.01
HSL 225.71º 0.84% 0.95% -
HSV(B) 225.71º 0.08% 0.99% -
XYZ 81.29 84.82 105.02 -
YUV 237.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 232 237 253 0.08 0.06 0 0.01 225.71 0.84 0.95
Hex E8 ED FD 8 6 0 1 E2 54 5F
Octal 350 355 375 10 6 0 1 342 124 137
Binary 11101000 11101101 11111101 1000 110 0 1 11100010 1010100 1011111

Color Harmonies of #E8EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8EDFD

Black with #E8EDFD

Text Example


Text Example

White with #E8EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8EDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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