Html Css Color HEX #EFE9FD Magnolia

📋 copy color: '#EFE9FD'

red 239 ◦ green 233 ◦ blue 253

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

Shades of Magnolia #EFE9FD

Tints of Magnolia #EFE9FD

RGB

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

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

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

R = 32.97%
G = 32.14%
B = 34.9%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFE9FD (or 0xEFE9FD) is known color: Magnolia. HEX triplet: EF, E9 and FD. RGB value is (239,233,253). Sum of RGB (Red+Green+Blue) = 239+233+253=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 233 (91.41% from 255 or 32.14% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFE9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9FD is #101602. Grayscale: #EDEDED. Windows color (decimal): -1054211 or 16640495. OLE color: 16640495.

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

Color convert

RGB 239 233 253 -
CMYK 0.06 0.08 0 0.01
HSL 258º 0.83% 0.95% -
HSV(B) 258º 0.08% 0.99% -
XYZ 82.47 83.72 104.74 -
YUV 237.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 239 233 253 0.06 0.08 0 0.01 258 0.83 0.95
Hex EF E9 FD 6 8 0 1 102 53 5F
Octal 357 351 375 6 10 0 1 402 123 137
Binary 11101111 11101001 11111101 110 1000 0 1 100000010 1010011 1011111

Color Harmonies of #EFE9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9FD

Black with #EFE9FD

Text Example


Text Example

White with #EFE9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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