Html Css Color HEX #EEE0FD Magnolia

📋 copy color: '#EEE0FD'

red 238 ◦ green 224 ◦ blue 253

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

Shades of Magnolia #EEE0FD

Tints of Magnolia #EEE0FD

RGB

 RED value IS 238 (93.36% from 255) = 33.29%

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

 BLUE value IS 253 (99.22% from 255) = 35.38%

R = 33.29%
G = 31.33%
B = 35.38%

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

#EEE0FD (or 0xEEE0FD) is known color: Magnolia. HEX triplet: EE, E0 and FD. RGB value is (238,224,253). Sum of RGB (Red+Green+Blue) = 238+224+253=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 224 (87.89% from 255 or 31.33% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0FD is #111F02. Grayscale: #E7E7E7. Windows color (decimal): -1122051 or 16638190. OLE color: 16638190.

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

Color convert

RGB 238 224 253 -
CMYK 0.06 0.11 0 0.01
HSL 268.97º 0.88% 0.94% -
HSV(B) 268.97º 0.11% 0.99% -
XYZ 79.65 78.58 103.9 -
YUV 231.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 238 224 253 0.06 0.11 0 0.01 268.97 0.88 0.94
Hex EE E0 FD 6 B 0 1 10D 58 5E
Octal 356 340 375 6 13 0 1 415 130 136
Binary 11101110 11100000 11111101 110 1011 0 1 100001101 1011000 1011110

Color Harmonies of #EEE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE0FD

Black with #EEE0FD

Text Example


Text Example

White with #EEE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE0FD; }

 p { color: rgb(238,224,253); }

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

background-color css

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

 a { background-color: rgb(238,224,253); }

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

border-color css

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

 span { border-color: rgb(238,224,253); }

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