Html Css Color HEX #ECE0FD Magnolia

📋 copy color: '#ECE0FD'

red 236 ◦ green 224 ◦ blue 253

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

Shades of Magnolia #ECE0FD

Tints of Magnolia #ECE0FD

RGB

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

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

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

R = 33.1%
G = 31.42%
B = 35.48%

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

#ECE0FD (or 0xECE0FD) is known color: Magnolia. HEX triplet: EC, E0 and FD. RGB value is (236,224,253). Sum of RGB (Red+Green+Blue) = 236+224+253=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 224 (87.89% from 255 or 31.42% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0FD is #131F02. Grayscale: #E6E6E6. Windows color (decimal): -1253123 or 16638188. OLE color: 16638188.

HSL color Cylindrical-coordinate representation of color #ECE0FD: hue angle of 264.83º 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 #ECE0FD is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 224 253 -
CMYK 0.07 0.11 0 0.01
HSL 264.83º 0.88% 0.94% -
HSV(B) 264.83º 0.11% 0.99% -
XYZ 78.98 78.24 103.87 -
YUV 230.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 236 224 253 0.07 0.11 0 0.01 264.83 0.88 0.94
Hex EC E0 FD 7 B 0 1 109 58 5E
Octal 354 340 375 7 13 0 1 411 130 136
Binary 11101100 11100000 11111101 111 1011 0 1 100001001 1011000 1011110

Color Harmonies of #ECE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE0FD

Black with #ECE0FD

Text Example


Text Example

White with #ECE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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