Html Css Color HEX #EBE5FC Magnolia

📋 copy color: '#EBE5FC'

red 235 ◦ green 229 ◦ blue 252

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

Shades of Magnolia #EBE5FC

Tints of Magnolia #EBE5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.2%

R = 32.82%
G = 31.98%
B = 35.2%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBE5FC (or 0xEBE5FC) is known color: Magnolia. HEX triplet: EB, E5 and FC. RGB value is (235,229,252). Sum of RGB (Red+Green+Blue) = 235+229+252=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 229 (89.84% from 255 or 31.98% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBE5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5FC is #141A03. Grayscale: #E9E9E9. Windows color (decimal): -1317380 or 16573931. OLE color: 16573931.

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

Color convert

RGB 235 229 252 -
CMYK 0.07 0.09 0 0.01
HSL 255.65º 0.79% 0.94% -
HSV(B) 255.65º 0.09% 0.99% -
XYZ 79.85 80.73 103.47 -
YUV 233.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 235 229 252 0.07 0.09 0 0.01 255.65 0.79 0.94
Hex EB E5 FC 7 9 0 1 100 4F 5E
Octal 353 345 374 7 11 0 1 400 117 136
Binary 11101011 11100101 11111100 111 1001 0 1 100000000 1001111 1011110

Color Harmonies of #EBE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5FC

Black with #EBE5FC

Text Example


Text Example

White with #EBE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5FC; }

 p { color: rgb(235,229,252); }

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

background-color css

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

 a { background-color: rgb(235,229,252); }

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

border-color css

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

 span { border-color: rgb(235,229,252); }

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