Html Css Color HEX #EDE4FC Magnolia

📋 copy color: '#EDE4FC'

red 237 ◦ green 228 ◦ blue 252

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

Shades of Magnolia #EDE4FC

Tints of Magnolia #EDE4FC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.8%

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

R = 33.05%
G = 31.8%
B = 35.15%

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

#EDE4FC (or 0xEDE4FC) is known color: Magnolia. HEX triplet: ED, E4 and FC. RGB value is (237,228,252). Sum of RGB (Red+Green+Blue) = 237+228+252=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 228 (89.45% from 255 or 31.80% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDE4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4FC is #121B03. Grayscale: #E9E9E9. Windows color (decimal): -1186564 or 16573677. OLE color: 16573677.

HSL color Cylindrical-coordinate representation of color #EDE4FC: hue angle of 262.5º degrees, saturation: 0.8, 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 #EDE4FC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 228 252 -
CMYK 0.06 0.10 0 0.01
HSL 262.5º 0.8% 0.94% -
HSV(B) 262.5º 0.1% 0.99% -
XYZ 80.24 80.52 103.41 -
YUV 233.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 237 228 252 0.06 0.10 0 0.01 262.5 0.8 0.94
Hex ED E4 FC 6 A 0 1 106 50 5E
Octal 355 344 374 6 12 0 1 406 120 136
Binary 11101101 11100100 11111100 110 1010 0 1 100000110 1010000 1011110

Color Harmonies of #EDE4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4FC

Black with #EDE4FC

Text Example


Text Example

White with #EDE4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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