Html Css Color HEX #ECE1FE Magnolia

📋 copy color: '#ECE1FE'

red 236 ◦ green 225 ◦ blue 254

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

Shades of Magnolia #ECE1FE

Tints of Magnolia #ECE1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.47%

 BLUE value IS 254 (99.61% from 255) = 35.52%

R = 33.01%
G = 31.47%
B = 35.52%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ECE1FE (or 0xECE1FE) is known color: Magnolia. HEX triplet: EC, E1 and FE. RGB value is (236,225,254). Sum of RGB (Red+Green+Blue) = 236+225+254=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 225 (88.28% from 255 or 31.47% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECE1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1FE is #131E01. Grayscale: #E7E7E7. Windows color (decimal): -1252866 or 16703980. OLE color: 16703980.

HSL color Cylindrical-coordinate representation of color #ECE1FE: hue angle of 262.76º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECE1FE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 236 225 254 -
CMYK 0.07 0.11 0 0.00
HSL 262.76º 0.94% 0.94% -
HSV(B) 262.76º 0.11% 1% -
XYZ 79.41 78.84 104.8 -
YUV 231.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 236 225 254 0.07 0.11 0 0.00 262.76 0.94 0.94
Hex EC E1 FE 7 B 0 0 107 5E 5E
Octal 354 341 376 7 13 0 0 407 136 136
Binary 11101100 11100001 11111110 111 1011 0 0 100000111 1011110 1011110

Color Harmonies of #ECE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE1FE

Black with #ECE1FE

Text Example


Text Example

White with #ECE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE1FE; }

 p { color: rgb(236,225,254); }

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

background-color css

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

 a { background-color: rgb(236,225,254); }

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

border-color css

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

 span { border-color: rgb(236,225,254); }

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