Html Css Color HEX #ECDEFE Magnolia

📋 copy color: '#ECDEFE'

red 236 ◦ green 222 ◦ blue 254

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

Shades of Magnolia #ECDEFE

Tints of Magnolia #ECDEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.18%

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

R = 33.15%
G = 31.18%
B = 35.67%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ECDEFE (or 0xECDEFE) is known color: Magnolia. HEX triplet: EC, DE and FE. RGB value is (236,222,254). Sum of RGB (Red+Green+Blue) = 236+222+254=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECDEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEFE is #132101. Grayscale: #E5E5E5. Windows color (decimal): -1253634 or 16703212. OLE color: 16703212.

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

Color convert

RGB 236 222 254 -
CMYK 0.07 0.13 0 0.00
HSL 266.25º 0.94% 0.93% -
HSV(B) 266.25º 0.13% 1% -
XYZ 78.6 77.23 104.53 -
YUV 229.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 236 222 254 0.07 0.13 0 0.00 266.25 0.94 0.93
Hex EC DE FE 7 D 0 0 10A 5E 5D
Octal 354 336 376 7 15 0 0 412 136 135
Binary 11101100 11011110 11111110 111 1101 0 0 100001010 1011110 1011101

Color Harmonies of #ECDEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDEFE

Black with #ECDEFE

Text Example


Text Example

White with #ECDEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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