Html Css Color HEX #EDE2FC Magnolia

📋 copy color: '#EDE2FC'

red 237 ◦ green 226 ◦ blue 252

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

Shades of Magnolia #EDE2FC

Tints of Magnolia #EDE2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.24%

R = 33.15%
G = 31.61%
B = 35.24%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDE2FC (or 0xEDE2FC) is known color: Magnolia. HEX triplet: ED, E2 and FC. RGB value is (237,226,252). Sum of RGB (Red+Green+Blue) = 237+226+252=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 226 (88.67% from 255 or 31.61% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2FC is #121D03. Grayscale: #E8E8E8. Windows color (decimal): -1187076 or 16573165. OLE color: 16573165.

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

Color convert

RGB 237 226 252 -
CMYK 0.06 0.10 0 0.01
HSL 265.38º 0.81% 0.94% -
HSV(B) 265.38º 0.1% 0.99% -
XYZ 79.69 79.43 103.23 -
YUV 232.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 237 226 252 0.06 0.10 0 0.01 265.38 0.81 0.94
Hex ED E2 FC 6 A 0 1 109 51 5E
Octal 355 342 374 6 12 0 1 411 121 136
Binary 11101101 11100010 11111100 110 1010 0 1 100001001 1010001 1011110

Color Harmonies of #EDE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2FC

Black with #EDE2FC

Text Example


Text Example

White with #EDE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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