Html Css Color HEX #EEEAFC Magnolia

📋 copy color: '#EEEAFC'

red 238 ◦ green 234 ◦ blue 252

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

Shades of Magnolia #EEEAFC

Tints of Magnolia #EEEAFC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.32%

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

R = 32.87%
G = 32.32%
B = 34.81%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEEAFC (or 0xEEEAFC) is known color: Magnolia. HEX triplet: EE, EA and FC. RGB value is (238,234,252). Sum of RGB (Red+Green+Blue) = 238+234+252=724 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.87% from 724); Green value is 234 (91.80% from 255 or 32.32% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEEAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAFC is #111503. Grayscale: #EDEDED. Windows color (decimal): -1119492 or 16575214. OLE color: 16575214.

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

Color convert

RGB 238 234 252 -
CMYK 0.06 0.07 0 0.01
HSL 253.33º 0.75% 0.95% -
HSV(B) 253.33º 0.07% 0.99% -
XYZ 82.25 84.05 103.98 -
YUV 237.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 238 234 252 0.06 0.07 0 0.01 253.33 0.75 0.95
Hex EE EA FC 6 7 0 1 FD 4B 5F
Octal 356 352 374 6 7 0 1 375 113 137
Binary 11101110 11101010 11111100 110 111 0 1 11111101 1001011 1011111

Color Harmonies of #EEEAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEAFC

Black with #EEEAFC

Text Example


Text Example

White with #EEEAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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