Html Css Color HEX #ECE2FB Magnolia

📋 copy color: '#ECE2FB'

red 236 ◦ green 226 ◦ blue 251

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

Shades of Magnolia #ECE2FB

Tints of Magnolia #ECE2FB

RGB

 RED value IS 236 (92.58% from 255) = 33.1%

 GREEN value IS 226 (88.67% from 255) = 31.7%

 BLUE value IS 251 (98.44% from 255) = 35.2%

R = 33.1%
G = 31.7%
B = 35.2%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECE2FB (or 0xECE2FB) is known color: Magnolia. HEX triplet: EC, E2 and FB. RGB value is (236,226,251). Sum of RGB (Red+Green+Blue) = 236+226+251=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECE2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2FB is #131D04. Grayscale: #E7E7E7. Windows color (decimal): -1252613 or 16507628. OLE color: 16507628.

HSL color Cylindrical-coordinate representation of color #ECE2FB: hue angle of 264º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE2FB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 226 251 -
CMYK 0.06 0.10 0 0.02
HSL 264º 0.76% 0.94% -
HSV(B) 264º 0.1% 0.98% -
XYZ 79.2 79.19 102.38 -
YUV 231.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 236 226 251 0.06 0.10 0 0.02 264 0.76 0.94
Hex EC E2 FB 6 A 0 2 108 4C 5E
Octal 354 342 373 6 12 0 2 410 114 136
Binary 11101100 11100010 11111011 110 1010 0 10 100001000 1001100 1011110

Color Harmonies of #ECE2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2FB

Black with #ECE2FB

Text Example


Text Example

White with #ECE2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2FB; }

 p { color: rgb(236,226,251); }

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

background-color css

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

 a { background-color: rgb(236,226,251); }

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

border-color css

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

 span { border-color: rgb(236,226,251); }

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