Html Css Color HEX #EDDCFF Magnolia

📋 copy color: '#EDDCFF'

red 237 ◦ green 220 ◦ blue 255

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

Shades of Magnolia #EDDCFF

Tints of Magnolia #EDDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.9%

 BLUE value IS 255 (100% from 255) = 35.81%

R = 33.29%
G = 30.9%
B = 35.81%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDDCFF (or 0xEDDCFF) is known color: Magnolia. HEX triplet: ED, DC and FF. RGB value is (237,220,255). Sum of RGB (Red+Green+Blue) = 237+220+255=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCFF is #122300. Grayscale: #E4E4E4. Windows color (decimal): -1188609 or 16768237. OLE color: 16768237.

HSL color Cylindrical-coordinate representation of color #EDDCFF: hue angle of 269.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDDCFF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 220 255 -
CMYK 0.07 0.14 0 0
HSL 269.14º 1% 0.93% -
HSV(B) 269.14º 0.14% 1% -
XYZ 78.57 76.41 105.22 -
YUV 229.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 237 220 255 0.07 0.14 0 0 269.14 1 0.93
Hex ED DC FF 7 E 0 0 10D 64 5D
Octal 355 334 377 7 16 0 0 415 144 135
Binary 11101101 11011100 11111111 111 1110 0 0 100001101 1100100 1011101

Color Harmonies of #EDDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCFF

Black with #EDDCFF

Text Example


Text Example

White with #EDDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCFF; }

 p { color: rgb(237,220,255); }

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

background-color css

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

 a { background-color: rgb(237,220,255); }

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

border-color css

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

 span { border-color: rgb(237,220,255); }

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