Html Css Color HEX #ECE2FA Magnolia

📋 copy color: '#ECE2FA'

red 236 ◦ green 226 ◦ blue 250

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

Shades of Magnolia #ECE2FA

Tints of Magnolia #ECE2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.11%

R = 33.15%
G = 31.74%
B = 35.11%

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

#ECE2FA (or 0xECE2FA) is known color: Magnolia. HEX triplet: EC, E2 and FA. RGB value is (236,226,250). Sum of RGB (Red+Green+Blue) = 236+226+250=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 226 (88.67% from 255 or 31.74% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECE2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2FA is #131D05. Grayscale: #E7E7E7. Windows color (decimal): -1252614 or 16442092. OLE color: 16442092.

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

Color convert

RGB 236 226 250 -
CMYK 0.06 0.10 0 0.02
HSL 265º 0.71% 0.93% -
HSV(B) 265º 0.1% 0.98% -
XYZ 79.04 79.13 101.55 -
YUV 231.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 236 226 250 0.06 0.10 0 0.02 265 0.71 0.93
Hex EC E2 FA 6 A 0 2 109 47 5D
Octal 354 342 372 6 12 0 2 411 107 135
Binary 11101100 11100010 11111010 110 1010 0 10 100001001 1000111 1011101

Color Harmonies of #ECE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2FA

Black with #ECE2FA

Text Example


Text Example

White with #ECE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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