Html Css Color HEX #EEE2FD Magnolia

📋 copy color: '#EEE2FD'

red 238 ◦ green 226 ◦ blue 253

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

Shades of Magnolia #EEE2FD

Tints of Magnolia #EEE2FD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.52%

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

R = 33.19%
G = 31.52%
B = 35.29%

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

#EEE2FD (or 0xEEE2FD) is known color: Magnolia. HEX triplet: EE, E2 and FD. RGB value is (238,226,253). Sum of RGB (Red+Green+Blue) = 238+226+253=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEE2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE2FD is #111D02. Grayscale: #E8E8E8. Windows color (decimal): -1121539 or 16638702. OLE color: 16638702.

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

Color convert

RGB 238 226 253 -
CMYK 0.06 0.11 0 0.01
HSL 266.67º 0.87% 0.94% -
HSV(B) 266.67º 0.11% 0.99% -
XYZ 80.19 79.66 104.08 -
YUV 232.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 238 226 253 0.06 0.11 0 0.01 266.67 0.87 0.94
Hex EE E2 FD 6 B 0 1 10B 57 5E
Octal 356 342 375 6 13 0 1 413 127 136
Binary 11101110 11100010 11111101 110 1011 0 1 100001011 1010111 1011110

Color Harmonies of #EEE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE2FD

Black with #EEE2FD

Text Example


Text Example

White with #EEE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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