#ECDEFF

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

Shades of Magnolia #ECDEFF

Tints of Magnolia #ECDEFF

Color information

#ECDEFF (or 0xECDEFF) is unknown color: approx Magnolia. HEX triplet: EC, DE and FF. RGB value is (236,222,255). Sum of RGB (Red+Green+Blue) = 236+222+255=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 222 (87.11% from 255 or 31.14% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECDEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEFF is #132100. Grayscale: #E5E5E5. Windows color (decimal): -1253633 or 16768748. OLE color: 16768748.

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

Color convert

RGB236222255-
CMYK0.070.1300
HSL265.45º100%93.53%-
HSV(B)265.45º12.94%100%-
XYZ78.7677.3105.38-
YUV229.95142.14132.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.10%
GREEN value IS 222 (87.11% from 255) = 31.14%
BLUE value IS 255 (100% from 255) = 35.76%
R=33.10%
G=31.14%
B=35.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362222550.070.1300265.4510093.53
HexECDEFF7D00109645e
Octal35433637771500411144136
Binary11101100110111101111111111111010010000100111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEFF; }

 p { color: rgb(236,222,255); }

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

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

 a { background-color: rgb(236,222,255); }

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

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

 span { border-color: rgb(236,222,255); }

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