Html Css Color HEX #E6EDFA Solitude

📋 copy color: '#E6EDFA'

red 230 ◦ green 237 ◦ blue 250

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

Shades of Solitude #E6EDFA

Tints of Solitude #E6EDFA

RGB

 RED value IS 230 (90.23% from 255) = 32.08%

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

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

R = 32.08%
G = 33.05%
B = 34.87%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6EDFA (or 0xE6EDFA) is known color: Solitude. HEX triplet: E6, ED and FA. RGB value is (230,237,250). Sum of RGB (Red+Green+Blue) = 230+237+250=717 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.08% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6EDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDFA is #191205. Grayscale: #ECECEC. Windows color (decimal): -1643014 or 16444902. OLE color: 16444902.

HSL color Cylindrical-coordinate representation of color #E6EDFA: hue angle of 219º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6EDFA is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 237 250 -
CMYK 0.08 0.05 0 0.02
HSL 219º 0.67% 0.94% -
HSV(B) 219º 0.08% 0.98% -
XYZ 80.17 84.29 102.49 -
YUV 236.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 230 237 250 0.08 0.05 0 0.02 219 0.67 0.94
Hex E6 ED FA 8 5 0 2 DB 43 5E
Octal 346 355 372 10 5 0 2 333 103 136
Binary 11100110 11101101 11111010 1000 101 0 10 11011011 1000011 1011110

Color Harmonies of #E6EDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EDFA

Black with #E6EDFA

Text Example


Text Example

White with #E6EDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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