Html Css Color HEX #EEE2FC Magnolia

📋 copy color: '#EEE2FC'

red 238 ◦ green 226 ◦ blue 252

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

Shades of Magnolia #EEE2FC

Tints of Magnolia #EEE2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.2%

R = 33.24%
G = 31.56%
B = 35.2%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEE2FC (or 0xEEE2FC) is known color: Magnolia. HEX triplet: EE, E2 and FC. RGB value is (238,226,252). Sum of RGB (Red+Green+Blue) = 238+226+252=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE2FC is #111D03. Grayscale: #E8E8E8. Windows color (decimal): -1121540 or 16573166. OLE color: 16573166.

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

Color convert

RGB 238 226 252 -
CMYK 0.06 0.10 0 0.01
HSL 267.69º 0.81% 0.94% -
HSV(B) 267.69º 0.1% 0.99% -
XYZ 80.03 79.6 103.24 -
YUV 232.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 238 226 252 0.06 0.10 0 0.01 267.69 0.81 0.94
Hex EE E2 FC 6 A 0 1 10C 51 5E
Octal 356 342 374 6 12 0 1 414 121 136
Binary 11101110 11100010 11111100 110 1010 0 1 100001100 1010001 1011110

Color Harmonies of #EEE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE2FC

Black with #EEE2FC

Text Example


Text Example

White with #EEE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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