Html Css Color HEX #EDE9FB Magnolia

📋 copy color: '#EDE9FB'

red 237 ◦ green 233 ◦ blue 251

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

Shades of Magnolia #EDE9FB

Tints of Magnolia #EDE9FB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 32.32%

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

R = 32.87%
G = 32.32%
B = 34.81%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDE9FB (or 0xEDE9FB) is known color: Magnolia. HEX triplet: ED, E9 and FB. RGB value is (237,233,251). Sum of RGB (Red+Green+Blue) = 237+233+251=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 233 (91.41% from 255 or 32.32% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDE9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9FB is #121604. Grayscale: #ECECEC. Windows color (decimal): -1185285 or 16509421. OLE color: 16509421.

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

Color convert

RGB 237 233 251 -
CMYK 0.06 0.07 0 0.02
HSL 253.33º 0.69% 0.95% -
HSV(B) 253.33º 0.07% 0.98% -
XYZ 81.48 83.25 103.04 -
YUV 236.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 237 233 251 0.06 0.07 0 0.02 253.33 0.69 0.95
Hex ED E9 FB 6 7 0 2 FD 45 5F
Octal 355 351 373 6 7 0 2 375 105 137
Binary 11101101 11101001 11111011 110 111 0 10 11111101 1000101 1011111

Color Harmonies of #EDE9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9FB

Black with #EDE9FB

Text Example


Text Example

White with #EDE9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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