Html Css Color HEX #ECE2FC Magnolia

📋 copy color: '#ECE2FC'

red 236 ◦ green 226 ◦ blue 252

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

Shades of Magnolia #ECE2FC

Tints of Magnolia #ECE2FC

RGB

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

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

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

R = 33.05%
G = 31.65%
B = 35.29%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECE2FC (or 0xECE2FC) is known color: Magnolia. HEX triplet: EC, E2 and FC. RGB value is (236,226,252). Sum of RGB (Red+Green+Blue) = 236+226+252=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2FC is #131D03. Grayscale: #E7E7E7. Windows color (decimal): -1252612 or 16573164. OLE color: 16573164.

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

Color convert

RGB 236 226 252 -
CMYK 0.06 0.10 0 0.01
HSL 263.08º 0.81% 0.94% -
HSV(B) 263.08º 0.1% 0.99% -
XYZ 79.36 79.25 103.21 -
YUV 231.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 236 226 252 0.06 0.10 0 0.01 263.08 0.81 0.94
Hex EC E2 FC 6 A 0 1 107 51 5E
Octal 354 342 374 6 12 0 1 407 121 136
Binary 11101100 11100010 11111100 110 1010 0 1 100000111 1010001 1011110

Color Harmonies of #ECE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2FC

Black with #ECE2FC

Text Example


Text Example

White with #ECE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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