#ECDFFE

Color #ECDFFE Magnolia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magnolia #ECDFFE

Tints of Magnolia #ECDFFE

Color information

#ECDFFE (or 0xECDFFE) is unknown color: approx Magnolia. HEX triplet: EC, DF and FE. RGB value is (236,223,254). Sum of RGB (Red+Green+Blue) = 236+223+254=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECDFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFFE is #132001. Grayscale: #E6E6E6. Windows color (decimal): -1253378 or 16703468. OLE color: 16703468.

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

Color convert

RGB236223254-
CMYK0.070.1200.00
HSL265.16º93.94%93.53%-
HSV(B)265.16º12.2%99.61%-
XYZ78.8777.76104.62-
YUV230.42141.31131.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.10%
GREEN value IS 223 (87.5% from 255) = 31.28%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=33.10%
G=31.28%
B=35.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362232540.070.1200.00265.1693.9493.53
HexECDFFE7C001095e5e
Octal35433737671400411136136
Binary11101100110111111111111011111000010000100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFFE; }

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

 H1.HeaderClassName
 {
   color: #ECDFFE;
 }
 .AnyTagClassName
 {
   color: #ECDFFE;
 }
</style>
background-color css

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

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

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

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

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

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