Html Css Color HEX #EEE1FD Magnolia

📋 copy color: '#EEE1FD'

red 238 ◦ green 225 ◦ blue 253

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

Shades of Magnolia #EEE1FD

Tints of Magnolia #EEE1FD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.42%

 BLUE value IS 253 (99.22% 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

#EEE1FD (or 0xEEE1FD) is known color: Magnolia. HEX triplet: EE, E1 and FD. RGB value is (238,225,253). Sum of RGB (Red+Green+Blue) = 238+225+253=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE1FD is #111E02. Grayscale: #E7E7E7. Windows color (decimal): -1121795 or 16638446. OLE color: 16638446.

HSL color Cylindrical-coordinate representation of color #EEE1FD: hue angle of 267.86º 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 #EEE1FD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 225 253 -
CMYK 0.06 0.11 0 0.01
HSL 267.86º 0.88% 0.94% -
HSV(B) 267.86º 0.11% 0.99% -
XYZ 79.91 79.12 103.99 -
YUV 232.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 238 225 253 0.06 0.11 0 0.01 267.86 0.88 0.94
Hex EE E1 FD 6 B 0 1 10C 58 5E
Octal 356 341 375 6 13 0 1 414 130 136
Binary 11101110 11100001 11111101 110 1011 0 1 100001100 1011000 1011110

Color Harmonies of #EEE1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE1FD

Black with #EEE1FD

Text Example


Text Example

White with #EEE1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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