Html Css Color HEX #ECE1FD Magnolia

📋 copy color: '#ECE1FD'

red 236 ◦ green 225 ◦ blue 253

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

Shades of Magnolia #ECE1FD

Tints of Magnolia #ECE1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.43%

R = 33.05%
G = 31.51%
B = 35.43%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECE1FD (or 0xECE1FD) is known color: Magnolia. HEX triplet: EC, E1 and FD. RGB value is (236,225,253). Sum of RGB (Red+Green+Blue) = 236+225+253=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1FD is #131E02. Grayscale: #E7E7E7. Windows color (decimal): -1252867 or 16638444. OLE color: 16638444.

HSL color Cylindrical-coordinate representation of color #ECE1FD: hue angle of 263.57º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECE1FD is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 225 253 -
CMYK 0.07 0.11 0 0.01
HSL 263.57º 0.88% 0.94% -
HSV(B) 263.57º 0.11% 0.99% -
XYZ 79.25 78.78 103.96 -
YUV 231.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 236 225 253 0.07 0.11 0 0.01 263.57 0.88 0.94
Hex EC E1 FD 7 B 0 1 108 58 5E
Octal 354 341 375 7 13 0 1 410 130 136
Binary 11101100 11100001 11111101 111 1011 0 1 100001000 1011000 1011110

Color Harmonies of #ECE1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE1FD

Black with #ECE1FD

Text Example


Text Example

White with #ECE1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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