Html Css Color HEX #ECE0FE Magnolia

📋 copy color: '#ECE0FE'

red 236 ◦ green 224 ◦ blue 254

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

Shades of Magnolia #ECE0FE

Tints of Magnolia #ECE0FE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.37%

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

R = 33.05%
G = 31.37%
B = 35.57%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ECE0FE (or 0xECE0FE) is known color: Magnolia. HEX triplet: EC, E0 and FE. RGB value is (236,224,254). Sum of RGB (Red+Green+Blue) = 236+224+254=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 224 (87.89% from 255 or 31.37% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0FE is #131F01. Grayscale: #E6E6E6. Windows color (decimal): -1253122 or 16703724. OLE color: 16703724.

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

Color convert

RGB 236 224 254 -
CMYK 0.07 0.12 0 0.00
HSL 264º 0.94% 0.94% -
HSV(B) 264º 0.12% 1% -
XYZ 79.14 78.3 104.71 -
YUV 231.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 236 224 254 0.07 0.12 0 0.00 264 0.94 0.94
Hex EC E0 FE 7 C 0 0 108 5E 5E
Octal 354 340 376 7 14 0 0 410 136 136
Binary 11101100 11100000 11111110 111 1100 0 0 100001000 1011110 1011110

Color Harmonies of #ECE0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE0FE

Black with #ECE0FE

Text Example


Text Example

White with #ECE0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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