Html Css Color HEX #E0EDFD Solitude

📋 copy color: '#E0EDFD'

red 224 ◦ green 237 ◦ blue 253

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

Shades of Solitude #E0EDFD

Tints of Solitude #E0EDFD

RGB

 RED value IS 224 (87.89% from 255) = 31.37%

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

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

R = 31.37%
G = 33.19%
B = 35.43%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0EDFD (or 0xE0EDFD) is known color: Solitude. HEX triplet: E0, ED and FD. RGB value is (224,237,253). Sum of RGB (Red+Green+Blue) = 224+237+253=714 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.37% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDFD is #1F1202. Grayscale: #EAEAEA. Windows color (decimal): -2036227 or 16641504. OLE color: 16641504.

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

Color convert

RGB 224 237 253 -
CMYK 0.11 0.06 0 0.01
HSL 213.1º 0.88% 0.94% -
HSV(B) 213.1º 0.11% 0.99% -
XYZ 78.75 83.51 104.9 -
YUV 234.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 224 237 253 0.11 0.06 0 0.01 213.1 0.88 0.94
Hex E0 ED FD B 6 0 1 D5 58 5E
Octal 340 355 375 13 6 0 1 325 130 136
Binary 11100000 11101101 11111101 1011 110 0 1 11010101 1011000 1011110

Color Harmonies of #E0EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EDFD

Black with #E0EDFD

Text Example


Text Example

White with #E0EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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