Html Css Color HEX #EDE6FA Magnolia

📋 copy color: '#EDE6FA'

red 237 ◦ green 230 ◦ blue 250

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

Shades of Magnolia #EDE6FA

Tints of Magnolia #EDE6FA

RGB

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

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

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

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

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDE6FA (or 0xEDE6FA) is known color: Magnolia. HEX triplet: ED, E6 and FA. RGB value is (237,230,250). Sum of RGB (Red+Green+Blue) = 237+230+250=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 230 (90.23% from 255 or 32.08% 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 #EDE6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6FA is #121905. Grayscale: #EAEAEA. Windows color (decimal): -1186054 or 16443117. OLE color: 16443117.

HSL color Cylindrical-coordinate representation of color #EDE6FA: hue angle of 261º 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 #EDE6FA is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 230 250 -
CMYK 0.05 0.08 0 0.02
HSL 261º 0.67% 0.94% -
HSV(B) 261º 0.08% 0.98% -
XYZ 80.48 81.5 101.93 -
YUV 234.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 237 230 250 0.05 0.08 0 0.02 261 0.67 0.94
Hex ED E6 FA 5 8 0 2 105 43 5E
Octal 355 346 372 5 10 0 2 405 103 136
Binary 11101101 11100110 11111010 101 1000 0 10 100000101 1000011 1011110

Color Harmonies of #EDE6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6FA

Black with #EDE6FA

Text Example


Text Example

White with #EDE6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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