Html Css Color HEX #ECE2F9 Magnolia

📋 copy color: '#ECE2F9'

red 236 ◦ green 226 ◦ blue 249

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

Shades of Magnolia #ECE2F9

Tints of Magnolia #ECE2F9

RGB

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

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

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

R = 33.19%
G = 31.79%
B = 35.02%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECE2F9 (or 0xECE2F9) is known color: Magnolia. HEX triplet: EC, E2 and F9. RGB value is (236,226,249). Sum of RGB (Red+Green+Blue) = 236+226+249=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 226 (88.67% from 255 or 31.79% from 711); Blue value is 249 (97.66% from 255 or 35.02% from 711); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECE2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2F9 is #131D06. Grayscale: #E7E7E7. Windows color (decimal): -1252615 or 16376556. OLE color: 16376556.

HSL color Cylindrical-coordinate representation of color #ECE2F9: hue angle of 266.09º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE2F9 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 226 249 -
CMYK 0.05 0.09 0 0.02
HSL 266.09º 0.66% 0.93% -
HSV(B) 266.09º 0.09% 0.98% -
XYZ 78.89 79.07 100.73 -
YUV 231.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 236 226 249 0.05 0.09 0 0.02 266.09 0.66 0.93
Hex EC E2 F9 5 9 0 2 10A 42 5D
Octal 354 342 371 5 11 0 2 412 102 135
Binary 11101100 11100010 11111001 101 1001 0 10 100001010 1000010 1011101

Color Harmonies of #ECE2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2F9

Black with #ECE2F9

Text Example


Text Example

White with #ECE2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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