Html Css Color HEX #EDE7FB Magnolia

📋 copy color: '#EDE7FB'

red 237 ◦ green 231 ◦ blue 251

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

Shades of Magnolia #EDE7FB

Tints of Magnolia #EDE7FB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.13%

 BLUE value IS 251 (98.44% from 255) = 34.91%

R = 32.96%
G = 32.13%
B = 34.91%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDE7FB (or 0xEDE7FB) is known color: Magnolia. HEX triplet: ED, E7 and FB. RGB value is (237,231,251). Sum of RGB (Red+Green+Blue) = 237+231+251=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDE7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7FB is #121804. Grayscale: #EBEBEB. Windows color (decimal): -1185797 or 16508909. OLE color: 16508909.

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

Color convert

RGB 237 231 251 -
CMYK 0.06 0.08 0 0.02
HSL 258º 0.71% 0.95% -
HSV(B) 258º 0.08% 0.98% -
XYZ 80.91 82.12 102.85 -
YUV 235.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 237 231 251 0.06 0.08 0 0.02 258 0.71 0.95
Hex ED E7 FB 6 8 0 2 102 47 5F
Octal 355 347 373 6 10 0 2 402 107 137
Binary 11101101 11100111 11111011 110 1000 0 10 100000010 1000111 1011111

Color Harmonies of #EDE7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE7FB

Black with #EDE7FB

Text Example


Text Example

White with #EDE7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE7FB; }

 p { color: rgb(237,231,251); }

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

background-color css

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

 a { background-color: rgb(237,231,251); }

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

border-color css

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

 span { border-color: rgb(237,231,251); }

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