Html Css Color HEX #ECE2FE Magnolia

📋 copy color: '#ECE2FE'

red 236 ◦ green 226 ◦ blue 254

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

Shades of Magnolia #ECE2FE

Tints of Magnolia #ECE2FE

RGB

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

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

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

R = 32.96%
G = 31.56%
B = 35.47%

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

#ECE2FE (or 0xECE2FE) is known color: Magnolia. HEX triplet: EC, E2 and FE. RGB value is (236,226,254). Sum of RGB (Red+Green+Blue) = 236+226+254=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECE2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2FE is #131D01. Grayscale: #E8E8E8. Windows color (decimal): -1252610 or 16704236. OLE color: 16704236.

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

Color convert

RGB 236 226 254 -
CMYK 0.07 0.11 0 0.00
HSL 261.43º 0.93% 0.94% -
HSV(B) 261.43º 0.11% 1% -
XYZ 79.68 79.38 104.89 -
YUV 232.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 236 226 254 0.07 0.11 0 0.00 261.43 0.93 0.94
Hex EC E2 FE 7 B 0 0 105 5D 5E
Octal 354 342 376 7 13 0 0 405 135 136
Binary 11101100 11100010 11111110 111 1011 0 0 100000101 1011101 1011110

Color Harmonies of #ECE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2FE

Black with #ECE2FE

Text Example


Text Example

White with #ECE2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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