Html Css Color HEX #EFE0FD Magnolia

📋 copy color: '#EFE0FD'

red 239 ◦ green 224 ◦ blue 253

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

Shades of Magnolia #EFE0FD

Tints of Magnolia #EFE0FD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.28%

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

R = 33.38%
G = 31.28%
B = 35.34%

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

#EFE0FD (or 0xEFE0FD) is known color: Magnolia. HEX triplet: EF, E0 and FD. RGB value is (239,224,253). Sum of RGB (Red+Green+Blue) = 239+224+253=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 224 (87.89% from 255 or 31.28% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0FD is #101F02. Grayscale: #E7E7E7. Windows color (decimal): -1056515 or 16638191. OLE color: 16638191.

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

Color convert

RGB 239 224 253 -
CMYK 0.06 0.11 0 0.01
HSL 271.03º 0.88% 0.94% -
HSV(B) 271.03º 0.11% 0.99% -
XYZ 79.98 78.75 103.91 -
YUV 231.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 239 224 253 0.06 0.11 0 0.01 271.03 0.88 0.94
Hex EF E0 FD 6 B 0 1 10F 58 5E
Octal 357 340 375 6 13 0 1 417 130 136
Binary 11101111 11100000 11111101 110 1011 0 1 100001111 1011000 1011110

Color Harmonies of #EFE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0FD

Black with #EFE0FD

Text Example


Text Example

White with #EFE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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