Html Css Color HEX #ECE1F9 Magnolia

📋 copy color: '#ECE1F9'

red 236 ◦ green 225 ◦ blue 249

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

Shades of Magnolia #ECE1F9

Tints of Magnolia #ECE1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.07%

R = 33.24%
G = 31.69%
B = 35.07%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECE1F9 (or 0xECE1F9) is known color: Magnolia. HEX triplet: EC, E1 and F9. RGB value is (236,225,249). Sum of RGB (Red+Green+Blue) = 236+225+249=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECE1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1F9 is #131E06. Grayscale: #E6E6E6. Windows color (decimal): -1252871 or 16376300. OLE color: 16376300.

HSL color Cylindrical-coordinate representation of color #ECE1F9: hue angle of 267.5º degrees, saturation: 0.67, 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 #ECE1F9 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 225 249 -
CMYK 0.05 0.10 0 0.02
HSL 267.5º 0.67% 0.93% -
HSV(B) 267.5º 0.1% 0.98% -
XYZ 78.62 78.52 100.64 -
YUV 231.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 236 225 249 0.05 0.10 0 0.02 267.5 0.67 0.93
Hex EC E1 F9 5 A 0 2 10C 43 5D
Octal 354 341 371 5 12 0 2 414 103 135
Binary 11101100 11100001 11111001 101 1010 0 10 100001100 1000011 1011101

Color Harmonies of #ECE1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE1F9

Black with #ECE1F9

Text Example


Text Example

White with #ECE1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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