Html Css Color HEX #E0EDFA Solitude

📋 copy color: '#E0EDFA'

red 224 ◦ green 237 ◦ blue 250

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

Shades of Solitude #E0EDFA

Tints of Solitude #E0EDFA

RGB

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

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

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

R = 31.5%
G = 33.33%
B = 35.16%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0EDFA (or 0xE0EDFA) is known color: Solitude. HEX triplet: E0, ED and FA. RGB value is (224,237,250). Sum of RGB (Red+Green+Blue) = 224+237+250=711 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.50% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDFA is #1F1205. Grayscale: #EAEAEA. Windows color (decimal): -2036230 or 16444896. OLE color: 16444896.

HSL color Cylindrical-coordinate representation of color #E0EDFA: hue angle of 210º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0EDFA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 237 250 -
CMYK 0.10 0.05 0 0.02
HSL 210º 0.72% 0.93% -
HSV(B) 210º 0.1% 0.98% -
XYZ 78.28 83.32 102.4 -
YUV 234.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 224 237 250 0.10 0.05 0 0.02 210 0.72 0.93
Hex E0 ED FA A 5 0 2 D2 48 5D
Octal 340 355 372 12 5 0 2 322 110 135
Binary 11100000 11101101 11111010 1010 101 0 10 11010010 1001000 1011101

Color Harmonies of #E0EDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EDFA

Black with #E0EDFA

Text Example


Text Example

White with #E0EDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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