Html Css Color HEX #ECE0FA Magnolia

📋 copy color: '#ECE0FA'

red 236 ◦ green 224 ◦ blue 250

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

Shades of Magnolia #ECE0FA

Tints of Magnolia #ECE0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.21%

R = 33.24%
G = 31.55%
B = 35.21%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECE0FA (or 0xECE0FA) is known color: Magnolia. HEX triplet: EC, E0 and FA. RGB value is (236,224,250). Sum of RGB (Red+Green+Blue) = 236+224+250=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 224 (87.89% from 255 or 31.55% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECE0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0FA is #131F05. Grayscale: #E6E6E6. Windows color (decimal): -1253126 or 16441580. OLE color: 16441580.

HSL color Cylindrical-coordinate representation of color #ECE0FA: hue angle of 267.69º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE0FA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 224 250 -
CMYK 0.06 0.10 0 0.02
HSL 267.69º 0.72% 0.93% -
HSV(B) 267.69º 0.1% 0.98% -
XYZ 78.5 78.05 101.37 -
YUV 230.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 236 224 250 0.06 0.10 0 0.02 267.69 0.72 0.93
Hex EC E0 FA 6 A 0 2 10C 48 5D
Octal 354 340 372 6 12 0 2 414 110 135
Binary 11101100 11100000 11111010 110 1010 0 10 100001100 1001000 1011101

Color Harmonies of #ECE0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE0FA

Black with #ECE0FA

Text Example


Text Example

White with #ECE0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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