Html Css Color HEX #EFE9FF Magnolia

📋 copy color: '#EFE9FF'

red 239 ◦ green 233 ◦ blue 255

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

Shades of Magnolia #EFE9FF

Tints of Magnolia #EFE9FF

RGB

 RED value IS 239 (93.75% from 255) = 32.87%

 GREEN value IS 233 (91.41% from 255) = 32.05%

 BLUE value IS 255 (100% from 255) = 35.08%

R = 32.87%
G = 32.05%
B = 35.08%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFE9FF (or 0xEFE9FF) is known color: Magnolia. HEX triplet: EF, E9 and FF. RGB value is (239,233,255). Sum of RGB (Red+Green+Blue) = 239+233+255=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 233 (91.41% from 255 or 32.05% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFE9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9FF is #101600. Grayscale: #EDEDED. Windows color (decimal): -1054209 or 16771567. OLE color: 16771567.

HSL color Cylindrical-coordinate representation of color #EFE9FF: hue angle of 256.36º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE9FF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 233 255 -
CMYK 0.06 0.09 0 0
HSL 256.36º 1% 0.96% -
HSV(B) 256.36º 0.09% 1% -
XYZ 82.79 83.85 106.43 -
YUV 237.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 239 233 255 0.06 0.09 0 0 256.36 1 0.96
Hex EF E9 FF 6 9 0 0 100 64 60
Octal 357 351 377 6 11 0 0 400 144 140
Binary 11101111 11101001 11111111 110 1001 0 0 100000000 1100100 1100000

Color Harmonies of #EFE9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9FF

Black with #EFE9FF

Text Example


Text Example

White with #EFE9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9FF; }

 p { color: rgb(239,233,255); }

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

background-color css

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

 a { background-color: rgb(239,233,255); }

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

border-color css

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

 span { border-color: rgb(239,233,255); }

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