Html Css Color HEX #EDE0FC Magnolia

📋 copy color: '#EDE0FC'

red 237 ◦ green 224 ◦ blue 252

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

Shades of Magnolia #EDE0FC

Tints of Magnolia #EDE0FC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.42%

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

R = 33.24%
G = 31.42%
B = 35.34%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDE0FC (or 0xEDE0FC) is known color: Magnolia. HEX triplet: ED, E0 and FC. RGB value is (237,224,252). Sum of RGB (Red+Green+Blue) = 237+224+252=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 224 (87.89% from 255 or 31.42% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0FC is #121F03. Grayscale: #E6E6E6. Windows color (decimal): -1187588 or 16572653. OLE color: 16572653.

HSL color Cylindrical-coordinate representation of color #EDE0FC: hue angle of 267.86º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDE0FC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 224 252 -
CMYK 0.06 0.11 0 0.01
HSL 267.86º 0.82% 0.93% -
HSV(B) 267.86º 0.11% 0.99% -
XYZ 79.15 78.34 103.05 -
YUV 231.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 237 224 252 0.06 0.11 0 0.01 267.86 0.82 0.93
Hex ED E0 FC 6 B 0 1 10C 52 5D
Octal 355 340 374 6 13 0 1 414 122 135
Binary 11101101 11100000 11111100 110 1011 0 1 100001100 1010010 1011101

Color Harmonies of #EDE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0FC

Black with #EDE0FC

Text Example


Text Example

White with #EDE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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