Html Css Color HEX #EDE2FB Magnolia

📋 copy color: '#EDE2FB'

red 237 ◦ green 226 ◦ blue 251

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

Shades of Magnolia #EDE2FB

Tints of Magnolia #EDE2FB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.65%

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

R = 33.19%
G = 31.65%
B = 35.15%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDE2FB (or 0xEDE2FB) is known color: Magnolia. HEX triplet: ED, E2 and FB. RGB value is (237,226,251). Sum of RGB (Red+Green+Blue) = 237+226+251=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDE2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2FB is #121D04. Grayscale: #E8E8E8. Windows color (decimal): -1187077 or 16507629. OLE color: 16507629.

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

Color convert

RGB 237 226 251 -
CMYK 0.06 0.10 0 0.02
HSL 266.4º 0.76% 0.94% -
HSV(B) 266.4º 0.1% 0.98% -
XYZ 79.53 79.36 102.39 -
YUV 232.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 237 226 251 0.06 0.10 0 0.02 266.4 0.76 0.94
Hex ED E2 FB 6 A 0 2 10A 4C 5E
Octal 355 342 373 6 12 0 2 412 114 136
Binary 11101101 11100010 11111011 110 1010 0 10 100001010 1001100 1011110

Color Harmonies of #EDE2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2FB

Black with #EDE2FB

Text Example


Text Example

White with #EDE2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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