Html Css Color HEX #EADDFE Magnolia

📋 copy color: '#EADDFE'

red 234 ◦ green 221 ◦ blue 254

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

Shades of Magnolia #EADDFE

Tints of Magnolia #EADDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.17%

 BLUE value IS 254 (99.61% from 255) = 35.83%

R = 33%
G = 31.17%
B = 35.83%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EADDFE (or 0xEADDFE) is known color: Magnolia. HEX triplet: EA, DD and FE. RGB value is (234,221,254). Sum of RGB (Red+Green+Blue) = 234+221+254=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #EADDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDFE is #152201. Grayscale: #E4E4E4. Windows color (decimal): -1384962 or 16702954. OLE color: 16702954.

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

Color convert

RGB 234 221 254 -
CMYK 0.08 0.13 0 0.00
HSL 263.64º 0.94% 0.93% -
HSV(B) 263.64º 0.13% 1% -
XYZ 77.68 76.36 104.41 -
YUV 228.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 234 221 254 0.08 0.13 0 0.00 263.64 0.94 0.93
Hex EA DD FE 8 D 0 0 108 5E 5D
Octal 352 335 376 10 15 0 0 410 136 135
Binary 11101010 11011101 11111110 1000 1101 0 0 100001000 1011110 1011101

Color Harmonies of #EADDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDFE

Black with #EADDFE

Text Example


Text Example

White with #EADDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDFE; }

 p { color: rgb(234,221,254); }

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

background-color css

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

 a { background-color: rgb(234,221,254); }

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

border-color css

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

 span { border-color: rgb(234,221,254); }

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