Html Css Color HEX #ECE2FD Magnolia

📋 copy color: '#ECE2FD'

red 236 ◦ green 226 ◦ blue 253

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

Shades of Magnolia #ECE2FD

Tints of Magnolia #ECE2FD

RGB

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

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

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

R = 33.01%
G = 31.61%
B = 35.38%

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

#ECE2FD (or 0xECE2FD) is known color: Magnolia. HEX triplet: EC, E2 and FD. RGB value is (236,226,253). Sum of RGB (Red+Green+Blue) = 236+226+253=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 226 (88.67% from 255 or 31.61% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2FD is #131D02. Grayscale: #E7E7E7. Windows color (decimal): -1252611 or 16638700. OLE color: 16638700.

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

Color convert

RGB 236 226 253 -
CMYK 0.07 0.11 0 0.01
HSL 262.22º 0.87% 0.94% -
HSV(B) 262.22º 0.11% 0.99% -
XYZ 79.52 79.32 104.05 -
YUV 232.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 236 226 253 0.07 0.11 0 0.01 262.22 0.87 0.94
Hex EC E2 FD 7 B 0 1 106 57 5E
Octal 354 342 375 7 13 0 1 406 127 136
Binary 11101100 11100010 11111101 111 1011 0 1 100000110 1010111 1011110

Color Harmonies of #ECE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2FD

Black with #ECE2FD

Text Example


Text Example

White with #ECE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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