Html Css Color HEX #EBE4F7 Magnolia

📋 copy color: '#EBE4F7'

red 235 ◦ green 228 ◦ blue 247

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

Shades of Magnolia #EBE4F7

Tints of Magnolia #EBE4F7

RGB

 RED value IS 235 (92.19% from 255) = 33.1%

 GREEN value IS 228 (89.45% from 255) = 32.11%

 BLUE value IS 247 (96.88% from 255) = 34.79%

R = 33.1%
G = 32.11%
B = 34.79%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EBE4F7 (or 0xEBE4F7) is known color: Magnolia. HEX triplet: EB, E4 and F7. RGB value is (235,228,247). Sum of RGB (Red+Green+Blue) = 235+228+247=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 228 (89.45% from 255 or 32.11% from 710); Blue value is 247 (96.88% from 255 or 34.79% from 710); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBE4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE4F7 is #141B08. Grayscale: #E8E8E8. Windows color (decimal): -1317641 or 16245995. OLE color: 16245995.

HSL color Cylindrical-coordinate representation of color #EBE4F7: hue angle of 262.11º degrees, saturation: 0.54, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBE4F7 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 228 247 -
CMYK 0.05 0.08 0 0.03
HSL 262.11º 0.54% 0.93% -
HSV(B) 262.11º 0.08% 0.97% -
XYZ 78.79 79.86 99.26 -
YUV 232.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 235 228 247 0.05 0.08 0 0.03 262.11 0.54 0.93
Hex EB E4 F7 5 8 0 3 106 36 5D
Octal 353 344 367 5 10 0 3 406 66 135
Binary 11101011 11100100 11110111 101 1000 0 11 100000110 110110 1011101

Color Harmonies of #EBE4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE4F7

Black with #EBE4F7

Text Example


Text Example

White with #EBE4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE4F7; }

 p { color: rgb(235,228,247); }

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

background-color css

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

 a { background-color: rgb(235,228,247); }

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

border-color css

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

 span { border-color: rgb(235,228,247); }

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