Html Css Color HEX #EFE5FD Magnolia

📋 copy color: '#EFE5FD'

red 239 ◦ green 229 ◦ blue 253

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

Shades of Magnolia #EFE5FD

Tints of Magnolia #EFE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 31.76%

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

R = 33.15%
G = 31.76%
B = 35.09%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFE5FD (or 0xEFE5FD) is known color: Magnolia. HEX triplet: EF, E5 and FD. RGB value is (239,229,253). Sum of RGB (Red+Green+Blue) = 239+229+253=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5FD is #101A02. Grayscale: #EAEAEA. Windows color (decimal): -1055235 or 16639471. OLE color: 16639471.

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

Color convert

RGB 239 229 253 -
CMYK 0.06 0.09 0 0.01
HSL 265º 0.86% 0.95% -
HSV(B) 265º 0.09% 0.99% -
XYZ 81.35 81.48 104.37 -
YUV 234.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 239 229 253 0.06 0.09 0 0.01 265 0.86 0.95
Hex EF E5 FD 6 9 0 1 109 56 5F
Octal 357 345 375 6 11 0 1 411 126 137
Binary 11101111 11100101 11111101 110 1001 0 1 100001001 1010110 1011111

Color Harmonies of #EFE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5FD

Black with #EFE5FD

Text Example


Text Example

White with #EFE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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