Html Css Color HEX #EADCFF Magnolia

📋 copy color: '#EADCFF'

red 234 ◦ green 220 ◦ blue 255

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

Shades of Magnolia #EADCFF

Tints of Magnolia #EADCFF

RGB

 RED value IS 234 (91.8% from 255) = 33%

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

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

R = 33%
G = 31.03%
B = 35.97%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EADCFF (or 0xEADCFF) is known color: Magnolia. HEX triplet: EA, DC and FF. RGB value is (234,220,255). Sum of RGB (Red+Green+Blue) = 234+220+255=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #EADCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCFF is #152300. Grayscale: #E4E4E4. Windows color (decimal): -1385217 or 16768234. OLE color: 16768234.

HSL color Cylindrical-coordinate representation of color #EADCFF: hue angle of 264º 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 #EADCFF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 220 255 -
CMYK 0.08 0.14 0 0
HSL 264º 1% 0.93% -
HSV(B) 264º 0.14% 1% -
XYZ 77.57 75.9 105.17 -
YUV 228.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 234 220 255 0.08 0.14 0 0 264 1 0.93
Hex EA DC FF 8 E 0 0 108 64 5D
Octal 352 334 377 10 16 0 0 410 144 135
Binary 11101010 11011100 11111111 1000 1110 0 0 100001000 1100100 1011101

Color Harmonies of #EADCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADCFF

Black with #EADCFF

Text Example


Text Example

White with #EADCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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